Aspose::Page::XPS::XpsModel::XpsCanvas::AddPath method

XpsCanvas::AddPath method

Adds a new path to this canvas’s child list.

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

ReturnValue

Added path.

See Also