Initializes a new instance of the VectorRectangle class.

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

Syntax

C#
public VectorRectangle(
	Vector location,
	Vector size
)
Visual Basic (Declaration)
Public Sub New ( _
	location As Vector, _
	size As Vector _
)
Visual C++
public:
VectorRectangle(
	Vector location, 
	Vector size
)

See Also