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

Glossary Item Box

Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure.

Overload List

OverloadDescription
IntersectClip(RectangleFEx)Sets the clipping region of this Graphics object to the rectangle specified by a RectangleF structure.  
IntersectClip(IPathEx)Sets the clipping region of this Graphics object to the shape specified by a IDDPath structure.  

See Also