RectangleF::Right Property

 

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

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
[BrowsableAttribute(false)]
property float Right {
	float get();
}

Property Value

Type: System::Single

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

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

.NET Framework
Available since 1.1
Return to top
Show: