Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath 方法
PageAPI::InsertPath method
在 index 位置向页面插入一个新的路径。
System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath(int32_t index, System::SharedPtr<XpsModel::XpsPathGeometry> data)
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int32_t | 应插入新路径的位置。 |
| 数据 | System::SharedPtr<XpsModel::XpsPathGeometry> | 路径的几何形状。 |
ReturnValue
已插入的路径。
另见
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++