RectangleFEndLocation Property |
Gets the ending location of this rectangle
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PointF EndLocation { get; set; }
Public Property EndLocation As PointF
Get
Set
member EndLocation : PointF with get, set
Property Value
Type:
PointFRemarks
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