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 の最初の図形と現在のオブジェクトが表すパスの最後の図形が別々の図形であることを指定します。

参照