System::Drawing::Drawing2D::GraphicsPath::AddPath メソッド
GraphicsPath::AddPath method
指定されたパスを、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddPath(const SharedPtr<GraphicsPath> &path, bool connect)
| パラメーター | 型 | 説明 |
|---|---|---|
| パス | const SharedPtr<GraphicsPath>& | 追加するパス |
| 接続 | bool | True は、path の最後の最初の図形が現在のオブジェクトが表すパスの最後の図形の一部であることを指定します。false は、path の最初の図形と現在のオブジェクトが表すパスの最後の図形が別々の図形であることを指定します。 |
参照
- Typedef SharedPtr
- Class GraphicsPath
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++