XpsCanvas.Add

XpsCanvas.Add<T> method

Adds an element to this canvas’s child list.

public T Add<T>(T element)
    where T : XpsContentElement
ParameterDescription
TThe type of the element to add.
elementThe element to be added.

Return Value

Added element.

See Also