XpsCanvas.InsertCanvas

XpsCanvas.InsertCanvas method

Inserts a new canvas to this canvas’s child list at index position.

public XpsCanvas InsertCanvas(int index)
ParameterTypeDescription
indexInt32Position at which a new canvas should be inserted.

Return Value

Inserted canvas.

See Also