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 override void RemoveElement(SvgElement child)

Parameters

child
SvgElement

The SvgElement that has been removed.