ActiveReports Developer 7
ClipBounds Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : ClipBounds Property

Glossary Item Box

Gets a RectangleF structure that bounds the clipping region of this Graphics object.

Syntax

Visual Basic (Declaration) 
ReadOnly Property ClipBounds As RectangleFEx
C# 
RectangleFEx ClipBounds {get;}

See Also