Load(String, Uri?, Nullable) Method

Definition

Assembly Svg.Controls.Skia.Avalonia.dll

t Loads svg source from file or resource.

public static SvgSource Load(string path, Uri? baseUri = null, SvgParameters? parameters = default(SvgParameters? ))

Parameters

path
String?

The path to file or resource.

baseUri
Uri?

The base uri.

parameters
Nullable<SvgParameters>

The svg parameters.

Returns

SvgSource
The svg source.