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)
Parameter | Type | Description |
---|---|---|
data | System::SharedPtr<XpsPathGeometry> | The geometry of the path. |
ReturnValue
Added path.
See Also
- Typedef SharedPtr
- Class XpsPath
- Class XpsPathGeometry
- Class XpsCanvas
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++