Vector2 Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Vector2(Double) | |
Vector2(Point) | |
Vector2(Double, Double) |
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