RectangleF::Location Property
.NET Framework (current version)
Gets or sets the coordinates of the upper-left corner of this RectangleF structure.
Assembly: System.Drawing (in System.Drawing.dll)
public: [BrowsableAttribute(false)] property PointF Location { PointF get(); void set(PointF value); }
Property Value
Type: System.Drawing::PointFA PointF that represents the upper-left corner of this RectangleF structure.
.NET Framework
Available since 1.1
Available since 1.1
Show: