Click or drag to resize

RectangleFInnerBottomRight Property

Gets or sets the point at the InnerBottom and InnerRight of the rectangle

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PointF InnerBottomRight { get; set; }

Property Value

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