ActiveReports 12
IntersectClip(IPathEx) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface > IntersectClip Method : IntersectClip(IPathEx) Method
IPathEx structure to intersect with the current clip region.
Sets the clipping region of this Graphics object to the shape specified by a IDDPath structure.
Syntax
'Declaration
 
Overloads Sub IntersectClip( _
   ByVal path As IPathEx _
) 
void IntersectClip( 
   IPathEx path
)

Parameters

path
IPathEx structure to intersect with the current clip region.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members
Overload List