Gets or sets a rectangle.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: 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); } |