Click or drag to resize

RectangleBottom Property

Gets or sets the logical bottom of this rectangle (Y + Height if Height is positive, Y + 1 if negative)

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

Property Value

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