RectangleFLocation Property |
Gets the location of this rectangle
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PointF Location { get; set; }
Public Property Location As PointF
Get
Set
member Location : PointF with get, set
Property Value
Type:
PointFRemarks
Same as getting the
X and
Y co-ordinates of this rectangle
See Also