Windows apps
Collapse the table of content
Expand the table of content

Vector2::UnitX Property

Gets the vector (1,0).

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static property Vector2 UnitX {
	Vector2 get ();
}

Property Value

Type: System.Numerics::Vector2
The vector (1,0).
Show:
© 2017 Microsoft