RectangleF.Bottom

RectangleF.Bottom property

Gets the y-coordinate that is the sum of Y and Height of this RectangleF structure.

public float Bottom { get; }

Return Value

The y-coordinate that is the sum of Y and Height of this RectangleF structure.

See Also