Click or drag to resize

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; }

Property Value

Type: Point
Remarks
Same as getting the X and Y co-ordinates of this rectangle
See Also