[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddPath

AddPath Method

AddPath(GraphicsPath, bool)

Appends the specified GraphicsPath to this path.

Declaration
public void AddPath(GraphicsPath addingPath, bool connect)
Parameters
Type Name Description
GraphicsPath addingPath

The GraphicsPath to add.

bool 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.