Gets or sets a rectangle.

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

Syntax

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

See Also