CGRect.Bottom Property

Definition

Gets the y-coordinate that is the sum of the Y and Height property values of this CGRect structure.

public nfloat Bottom { get; }
member this.Bottom : nfloat

Property Value

Remarks

The value of the Bottom property represents the y-coordinate of the first point at the bottom edge of the T:CoreGraphics.CGRect.Rectangle that is not contained in the CGRect.

Applies to