ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegionExtensions Class / Intersect Method

In This Topic
    Intersect Method (CompiledRegionExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub Intersect( _
       ByVal rgn As CompiledRegion, _
       ByVal path As PathEx _
    ) 
    public static void Intersect( 
       CompiledRegion rgn,
       PathEx path
    )

    Parameters

    rgn
    path
    See Also