Aspose::Page::XPS::XpsDocument::InsertPath 方法

XpsDocument::InsertPath method

index 位置向活动页面插入一个新 Path。

System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::XpsDocument::InsertPath(int32_t index, System::SharedPtr<XpsModel::XpsPathGeometry> data)
ParameterType描述
索引int32_t应插入新路径的位置。
数据System::SharedPtr<XpsModel::XpsPathGeometry>路径的几何形状。

ReturnValue

已插入的路径。

另见