Svg.SvgElementIdManager.Add C# (CSharp) Method

Add() public method

Adds the specified SvgElement for ID management.
public Add ( SvgElement element ) : void
element SvgElement The to be managed.
return void
        public virtual void Add(SvgElement element)
        {
            AddAndForceUniqueID(element, null, false);
        }