 | RectangleIBottom Property |
Gets the y-component of the bottom side of this rectangle.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic int Bottom { get; }
Public ReadOnly Property Bottom As Integer
Get
public:
property int Bottom {
int get ();
}
member Bottom : int with get
Property Value
Type:
Int32
See Also