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(
	Rectangle rect
)
Visual Basic (Declaration)
Public Sub New ( _
	rect As Rectangle _
)
Visual C++
public:
VectorRectangle(
	Rectangle rect
)

Parameters

rect
Type: System.Drawing..::.Rectangle

See Also