Click or drag to resize

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; }

Property Value

Type: Point
Remarks
Similar to but inside the rectangle's bounds instead of just to the right
See Also