RectangleF.Right

RectangleF.Right property

Gets the x-coordinate that is the sum of X and Width of this RectangleF structure.

public float Right { get; }

Return Value

The x-coordinate that is the sum of X and Width of this RectangleF structure.

See Also