Click or drag to resize

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

Property Value

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