Click or drag to resize

RectangleCenter Property

Gets or sets the rectangle's center position

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Point Center { get; set; }

Property Value

Type: Point
Remarks
This gets/sets the MiddleX and MiddleY as a point
See Also