次の方法で共有


Vector2 Constructors

Definition

Overloads

Vector2(Double)

public Vector2(double angle);
new Xamarin.Forms.Shapes.Vector2 : double -> Xamarin.Forms.Shapes.Vector2

Parameters

angle
System.Double

Applies to

Vector2(Point)

public Vector2(Xamarin.Forms.Point p);
new Xamarin.Forms.Shapes.Vector2 : Xamarin.Forms.Point -> Xamarin.Forms.Shapes.Vector2

Parameters

p
Point

Applies to

Vector2(Double, Double)

public Vector2(double x, double y);
new Xamarin.Forms.Shapes.Vector2 : double * double -> Xamarin.Forms.Shapes.Vector2

Parameters

x
System.Double
y
System.Double

Applies to