[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.IntersectClip

IntersectClip Method

IntersectClip(RectangleF)

Intersects the clip.

Declaration
public void IntersectClip(RectangleF clip)
Parameters
Type Name Description
RectangleF clip

The clip.

IntersectClip(float, float, float, float)

Intersects the clip.

Declaration
public void IntersectClip(float left, float top, float width, float height)
Parameters
Type Name Description
float left

The left.

float top

The top.

float width

The width.

float height

The height.