RectangleF::Location Property

 

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

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

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

Property Value

Type: System.Drawing::PointF

A PointF that represents the upper-left corner of this RectangleF structure.

.NET Framework
Available since 1.1
Return to top
Show: