System.Drawing.Drawing2D.GraphicsPath.AddPath Method

Appends the specified System.Drawing.Drawing2D.GraphicsPath to this path.

Syntax

public void AddPath (GraphicsPath addingPath, bool connect)

Parameters

addingPath
The System.Drawing.Drawing2D.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.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0