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