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

ReturnValue

已插入的路径。

另见