[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.IDrawingCanvas.IntersectClip

IntersectClip Method

IntersectClip(RectangleF)

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

Declaration
void IntersectClip(RectangleF rect)
Parameters
Type Name Description
RectangleF rect

IntersectClip(PathEx)

Sets the clipping region of this Graphics object to the shape specified by a IDDPath structure.

Declaration
void IntersectClip(PathEx path)
Parameters
Type Name Description
PathEx path