RectangleFBottom Property |
Gets the y-coordinate that is the sum of System.Drawing.RectangleF.Y and
System.Drawing.RectangleF.Height of this System.Drawing.RectangleF structure.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public float Bottom { get; }
Public ReadOnly Property Bottom As Single
Get
Return Value
Type:
Single
The y-coordinate that is the sum of System.Drawing.RectangleF.Y and System.Drawing.RectangleF.Height
of this System.Drawing.RectangleF structure.
See Also