ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / RegionEx Class / CreateRegion Method / CreateRegion(PathEx) Method

In This Topic
    CreateRegion(PathEx) Method
    In This Topic
    Creates new Region that consists from path.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateRegion( _
       ByVal path As PathEx _
    ) As RegionEx
    public static RegionEx CreateRegion( 
       PathEx path
    )

    Parameters

    path
    See Also