Returns a new VectorRectangle instance with the geometry identical to the current instance and with positive width and height values.

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

Syntax

C#
public VectorRectangle GetPositiveRectangle()
Visual Basic (Declaration)
Public Function GetPositiveRectangle As VectorRectangle
Visual C++
public:
VectorRectangle GetPositiveRectangle()

See Also