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

In This Topic
    AddPath(PathEx) Method
    In This Topic
    Appends path.
    Syntax
    'Declaration
     
    Public Overloads Sub AddPath( _
       ByVal graphicsPath As PathEx _
    ) 
    public void AddPath( 
       PathEx graphicsPath
    )

    Parameters

    graphicsPath
    See Also