RemoveElement(SvgElement) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Called by the underlying SvgElement when an element has been removed from the Children collection.

protected virtual void RemoveElement(SvgElement child)

Parameters

child
SvgElement

The SvgElement that has been removed.