Rectangle::Location Property

 

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

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

public:
[BrowsableAttribute(false)]
property Point Location {
	Point get();
	void set(Point value);
}

Property Value

Type: System.Drawing::Point

A Point that represents the upper-left corner of this Rectangle structure.

.NET Framework
Available since 1.1
Return to top
Show: