AddPath()

GraphicsPath::AddPath(const SharedPtr<GraphicsPath>&, bool) method

Adds the specified path to the path represented by the current object.

void System::Drawing::Drawing2D::GraphicsPath::AddPath(const SharedPtr<GraphicsPath> &path, bool connect)

Arguments

ParameterTypeDescription
pathconst SharedPtr<GraphicsPath>&The path to add
connectboolTrue specifies that the last first figure in the path is part of the last figure of the path represented by the current object; false specifies that the first figure in the path and the last figure in the path represented by the current object are separate figures

See Also