[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.ClippingStack.IntersectClipRect

IntersectClipRect Method

IntersectClipRect(RectangleF)

Uses member method Intersect(RectangleF) on the currentCliprect to calculate the intersecting clipping rectangle and sets that resulting clip rect as the current clip rect available via the ClipRect property.

Declaration
public void IntersectClipRect(RectangleF intersectClip)
Parameters
Type Name Description
RectangleF intersectClip

The clipping rectangle to intersect the current clipping rectangle with.

IntersectClipRect(float, float, float, float)

Uses the IntersectClipRect(RectangleF) member method for which Intersect(RectangleF) is initialized based on the values passed to this method.

Declaration
public void IntersectClipRect(float x, float y, float width, float height)
Parameters
Type Name Description
float x

X coordinate of the rectangle

float y

Y coordinate of the rectangle

float width

Width of the rectangle

float height

Height of the rectangle