ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / IntersectClip Method / IntersectClip(RectangleF) Method
The clip.

In This Topic
    IntersectClip(RectangleF) Method
    In This Topic
    Intersects the clip.
    Syntax
    'Declaration
     
    Public Overloads Sub IntersectClip( _
       ByVal clip As RectangleF _
    ) 
    public void IntersectClip( 
       RectangleF clip
    )

    Parameters

    clip
    The clip.
    See Also