Gets the clip rectangle defining the region where to paint the control.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also