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