RectangleFLocation Property |
Gets or sets the coordinates of the upper-left corner of this System.Drawing.RectangleF
structure.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic PointF Location { get; set; }Public Property Location As PointF
Get
Set
Return Value
PointF
A System.Drawing.PointF that represents the upper-left corner of this System.Drawing.RectangleF
structure.
See Also