Svg.SvgElementIdManager.GetElementById C# (CSharp) Method

GetElementById() public method

public GetElementById ( Uri uri ) : SvgElement
uri System.Uri
return SvgElement
        public virtual SvgElement GetElementById(Uri uri)
        {
            return this.GetElementById(uri.ToString());
        }

Same methods

SvgElementIdManager::GetElementById ( string id ) : SvgElement