ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegionExtensions Class / Intersect Method
The compiled region.
The path to intersect with.

In This Topic
    Intersect Method (CompiledRegionExtensions)
    In This Topic
    Intersects the compiled region with the specified path.
    Syntax
    'Declaration
     
    Public Shared Sub Intersect( _
       ByVal rgn As CompiledRegion, _
       ByVal path As PathEx _
    ) 
    public static void Intersect( 
       CompiledRegion rgn,
       PathEx path
    )

    Parameters

    rgn
    The compiled region.
    path
    The path to intersect with.
    See Also