Click or drag to resize

RectangleFRight Property

Gets or sets the logical right of this rectangle (X + Width if Width is positive, X + 1 if negative)

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

Property Value

Type: Single
Remarks
This differs from the in that this will return the co-ordinate adjacent to the right edge of the rectangle, whereas returns the co-ordinate that is inside the rectangle
See Also