Click or drag to resize

RectangleFLocation Property

Gets or sets the coordinates of the upper-left corner 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 PointF Location { get; set; }

Return Value

Type: PointF
A System.Drawing.PointF that represents the upper-left corner of this System.Drawing.RectangleF structure.
See Also