RectangleF::X Property

 

Gets or sets the x-coordinate of the upper-left corner of this RectangleF structure.

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

public:
property float X {
	float get();
	void set(float value);
}

Property Value

Type: System::Single

The x-coordinate of the upper-left corner of this RectangleF structure. The default is 0.

.NET Framework
Available since 1.1
Return to top
Show: