Gets the rectangle to paint in.

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

Syntax

C#
public VectorRectangle ClipRectangle { get; }
Visual Basic (Declaration)
Public ReadOnly Property ClipRectangle As VectorRectangle
Visual C++
public:
property VectorRectangle ClipRectangle {
	VectorRectangle get ();
}

See Also