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

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

    Parameters

    rgn
    The compiled region.
    path
    The path to add.
    See Also