ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegion Class / Intersect Method / Intersect(RectangleF) Method
The rectangle to intersect with.

In This Topic
    Intersect(RectangleF) Method
    In This Topic
    Intersects the region with the specified rectangle.
    Syntax
    'Declaration
     
    Public Overloads Sub Intersect( _
       ByVal rect As RectangleF _
    ) 
    public void Intersect( 
       RectangleF rect
    )

    Parameters

    rect
    The rectangle to intersect with.
    See Also