Aspose::Page::XPS::XpsDocument::CreatePath 方法

XpsDocument::CreatePath method

创建一个新的路径。

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

ReturnValue

新路径。

另见