ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / ClippingStack Class / IntersectClipRect Method / IntersectClipRect(RectangleF) Method
The clipping rectangle to intersect the current clipping rectangle with.

In This Topic
    IntersectClipRect(RectangleF) Method
    In This Topic
    Uses member method RectangleF.Intersect 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.
    Syntax
    'Declaration
     
    Public Overloads Sub IntersectClipRect( _
       ByVal intersectClip As RectangleF _
    ) 
    public void IntersectClipRect( 
       RectangleF intersectClip
    )

    Parameters

    intersectClip
    The clipping rectangle to intersect the current clipping rectangle with.
    See Also