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)
ParameterType描述
索引int32_t应插入新路径的位置。
数据System::SharedPtr<XpsModel::XpsPathGeometry>路径的几何形状。

ReturnValue

已插入的路径。

另见