ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing Namespace / Region Class / CreateRegion Method

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

    Parameters

    path
    See Also