Method GetSvgImage
GetSvgImage(TKey)
Retrieves the SvgImage associated with the specified key.
public virtual SvgImage? GetSvgImage(TKey index)
Parameters
indexTKeyThe key used to locate the SvgImage. Must not be null.
Retrieves the SvgImage associated with the specified key.
public virtual SvgImage? GetSvgImage(TKey index)
index TKeyThe key used to locate the SvgImage. Must not be null.