Aspose::Page::XPS::XpsModel::XpsCanvas::Add method

XpsCanvas::Add method

Adds an element to this canvas’s child list.

template<typename T> T Aspose::Page::XPS::XpsModel::XpsCanvas::Add(T element)
ParameterDescription
TThe type of the element to add.
ParameterTypeDescription
elementTThe element to be added.

ReturnValue

Added element.

See Also