 | RectangleIPosition Property |
Gets the position of this rectangle.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic Vector2I Position { get; set; }
Public Property Position As Vector2I
Get
Set
public:
property Vector2I Position {
Vector2I get ();
void set (Vector2I value);
}
member Position : Vector2I with get, set
Property Value
Type:
Vector2I
See Also