Rectangle::X Property

 

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

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

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

Property Value

Type: System::Int32

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

Changing the X property will also cause a change in the Right property of the Rectangle.

.NET Framework
Available since 1.1
Return to top
Show: