ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / AddPath Method
The GraphicsPath to add.
A Boolean value that specifies whether the first figure in the added path is part of the last figure in this path. A value of true specifies that (if possible) the first figure in the added path is part of the last figure in this path. A value of false specifies that the first figure in the added path is separate from the last figure in this path.

In This Topic
    AddPath Method (GraphicsPath)
    In This Topic
    Appends the specified GraphicsPath to this path.
    Syntax
    'Declaration
     
    Public Sub AddPath( _
       ByVal addingPath As GraphicsPath, _
       ByVal connect As Boolean _
    ) 
    public void AddPath( 
       GraphicsPath addingPath,
       bool connect
    )

    Parameters

    addingPath
    The GraphicsPath to add.
    connect
    A Boolean value that specifies whether the first figure in the added path is part of the last figure in this path. A value of true specifies that (if possible) the first figure in the added path is part of the last figure in this path. A value of false specifies that the first figure in the added path is separate from the last figure in this path.
    See Also