ActiveReports 12
IntersectClip(RectangleFEx) Method

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

Parameters

rect
RectangleFEx structure to intersect with the current clip region.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members
Overload List