Method GetGlyphItem
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
GetGlyphItem(string)
Gets the ISvgAltGlyphItemElement with the specified name or ID.
ISvgAltGlyphItemElement GetGlyphItem(string name)
Parameters
name
stringThe name or ID of the required ISvgAltGlyphItemElement.
Returns
- ISvgAltGlyphItemElement
A ISvgAltGlyphItemElement specifying the 'altGlyphItem' element of the specifiied name or ID.