RectangleFInnerTopRight Property |
Gets or sets the point at the
Top and
InnerRight of the rectangle
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PointF InnerTopRight { get; set; }
Public Property InnerTopRight As PointF
Get
Set
member InnerTopRight : PointF with get, set
Property Value
Type:
PointFRemarks
Similar to but inside the rectangle's bounds instead of just to the right
See Also