Represents a SkiaSharp.SKPicture based image.
[TypeConverter(typeof(SvgSourceTypeConverter))]
public sealed class SvgSource : IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.SvgSource(IServiceProvider)Initializes a new instance of the SvgSource class.SvgSource(Uri?)Initializes a new instance of the SvgSource class.EnableThrowOnMissingResourceEnable throw exception on missing resource.Load(String, Uri?, Nullable<SvgParameters>)t Loads svg source from file or resource.LoadFromStream(Stream, Nullable<SvgParameters>)t Loads svg source from stream.LoadFromSvg(String, Nullable<SvgParameters>)Loads svg source from svg source.LoadFromSvg(String)Loads svg source from svg source.LoadFromSvgDocument(SvgDocument, Nullable<SvgParameters>)t Loads svg source from svg document.LoadFromSvgDocument(SvgDocument)t Loads svg source from svg document.RebuildFromModel()Rebuilds the SvgSource from its underlying model, refreshing its associated SkiaSharp.SKPicture representation if the SKSvg instance exists.