Constructor SvgImage
SvgImage(string, SvgImageDataKind, bool)
Initializes a new instance of the SvgImage class.
protected SvgImage(string urlOrData, SvgImageDataKind kind = SvgImageDataKind.Url, bool throwException = true)
Parameters
urlOrData
stringImage url or data.
kind
SvgImageDataKindImage data kind.
throwException
boolIndicates whether to throw an exception if loading fails.
SvgImage(Stream, bool)
Initializes a new instance of the SvgImage class.
protected SvgImage(Stream stream, bool throwException = true)