CGRect.Right Property

Definition

Gets the x-coordinate that is the sum of X and Width property values of this CGRect structure.

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

Property Value

Remarks

The value of the Right property represents the x-coordinate of the first point at the right edge of the rectangle that is not contained in the rectangle.

Applies to