RectangleInnerBottomRight Property |
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Point InnerBottomRight { get; set; }
Public Property InnerBottomRight As Point
Get
Set
member InnerBottomRight : Point with get, set
Property Value
Type:
PointRemarks
Similar to but inside the rectangle's bounds instead of just to the right and bottom
See Also