| RectangleFBottomRight Property |
Gets the position of the bottom right corner of this rectangle.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax public Vector2F BottomRight { get; }
Public ReadOnly Property BottomRight As Vector2F
Get
public:
property Vector2F BottomRight {
Vector2F get ();
}
member BottomRight : Vector2F with get
Property Value
Type:
Vector2FSee Also