 | RectangleITopLeft Property |
Gets the position of the top left corner of this rectangle.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic Vector2I TopLeft { get; }
Public ReadOnly Property TopLeft As Vector2I
Get
public:
property Vector2I TopLeft {
Vector2I get ();
}
member TopLeft : Vector2I with get
Property Value
Type:
Vector2I
See Also