AddPath

GraphicsPath.AddPath method (1 of 2)

Appends the specified GraphicsPath to this path.

public void AddPath(GraphicsPath addingPath)
ParameterTypeDescription
addingPathGraphicsPathThe GraphicsPath to add.

See Also


GraphicsPath.AddPath method (2 of 2)

Appends the specified GraphicsPath to this path.

public void AddPath(GraphicsPath addingPath, bool connect)
ParameterTypeDescription
addingPathGraphicsPathThe GraphicsPath to add.
connectBooleanA 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 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