Aspose::Page::XPS::XpsModel::XpsCanvas::AddPath 方法

XpsCanvas::AddPath method

向此 canvas 的子列表添加一个新 path。

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

ReturnValue

已添加的路径。

另见