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