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

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

    Parameters

    graphicsPath
    connected
    See Also