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