Aspose::Page::XPS::XpsDocument::AddPath 方法

XpsDocument::AddPath method

向活动页面添加一条新路径。

System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::XpsDocument::AddPath(System::SharedPtr<XpsModel::XpsPathGeometry> data)
ParameterType描述
数据System::SharedPtr<XpsModel::XpsPathGeometry>路径的几何形状。

ReturnValue

已添加的路径。

另见