Gets or sets the location of the rectangle (the top left corner).

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public Vector Location { get; set; }
Visual Basic (Declaration)
Public Property Location As Vector
Visual C++
public:
property Vector Location {
	Vector get ();
	void set (Vector value);
}

See Also