Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreatePath method

PageAPI::CreatePath method

Creates a new path.

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

ReturnValue

New path.

See Also