Aspose::Page::XPS::XpsModel::XpsCanvas::Insert method

XpsCanvas::Insert method

Inserts an element to this canvas’s child list at index position.

template<typename T> T Aspose::Page::XPS::XpsModel::XpsCanvas::Insert(int32_t index, T element)
ParameterDescription
TThe type of the element to add.
ParameterTypeDescription
indexint32_tPosition at which an element should be inserted.
elementTThe element to be inserted.

ReturnValue

Inserted element.

See Also