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