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

Matrix3x2::Translation Property

Gets or sets the translation component of this matrix.

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

public:
property Vector2 Translation {
	Vector2 get ();
	void set (Vector2 value);
}

Property Value

Type: System.Numerics::Vector2
The translation component of the current instance.
Show:
© 2017 Microsoft