System::Drawing::Drawing2D::GraphicsPath::AddPath 方法

GraphicsPath::AddPath method

向当前对象表示的路径添加指定的路径。

void System::Drawing::Drawing2D::GraphicsPath::AddPath(const SharedPtr<GraphicsPath> &path, bool connect)
参数类型描述
路径const SharedPtr<GraphicsPath>&要添加的路径
连接boolTrue 指定 path 中的最后第一个图形是当前对象所表示路径的最后一个图形的一部分;false 指定 path 中的第一个图形和当前对象所表示路径的最后一个图形是分开的图形

另见