RectangleInnerTopRight 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 Point InnerTopRight { get; set; }
Public Property InnerTopRight As Point
Get
Set
member InnerTopRight : Point with get, set
Property Value
Type:
PointRemarks
Similar to but inside the rectangle's bounds instead of just to the right
See Also