Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath method
XpsCanvas::InsertPath method
在 index position 向此 canvas 的子列表插入一个新 path。
System::SharedPtr<XpsPath> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertPath(int32_t index, System::SharedPtr<XpsPathGeometry> data)
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int32_t | 应插入新路径的位置。 |
| 数据 | System::SharedPtr<XpsPathGeometry> | 路径的几何形状。 |
ReturnValue
已插入的路径。
另见
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++