AddElement(SvgElement, Int32) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Called by the underlying SvgElement when an element has been added to the Children collection.

protected virtual void AddElement(SvgElement child, int index)

Parameters

child
SvgElement

The SvgElement that has been added.

index
Int32

An Int32 representing the index where the element was added to the collection.