Aspose::Page::XPS::XpsDocument::CreatePath method

XpsDocument::CreatePath method

Creates a new path.

System::SharedPtr<XpsModel::XpsPath> Aspose::Page::XPS::XpsDocument::CreatePath(System::SharedPtr<XpsModel::XpsPathGeometry> data)
ParameterTypeDescription
dataSystem::SharedPtr<XpsModel::XpsPathGeometry>The geometry of the path.

ReturnValue

New path.

See Also