Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath メソッド
XpsCanvas::InsertPath method
この Canvas の子リストの index 番目の位置に新しい Path を挿入します。
System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath(int32_t index, System::SharedPtr<XpsPathGeometry> data)
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int32_t | 新しいパスを挿入すべき位置。 |
| データ | System::SharedPtr<XpsPathGeometry> | パスのジオメトリ。 |
ReturnValue
挿入されたパス。
参照
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++