Click or drag to resize

RectangleEndLocation Property

Gets the ending location of this rectangle

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

Property Value

Type: Point
Remarks
This gets/sets the product of the Location + Size. If the Width or Height of this rectangle is positive, then the X/Y of the returned location will be minus 1 so as to be inside of the rectangle's bounds.
See Also