LoadPictureFromSvg(String, Nullable) Method

Definition

Namespace Avalonia.Svg
Assembly Svg.Controls.Avalonia.dll

Loads svg picture from svg source.

public static SKPicture? LoadPictureFromSvg(string source, SvgParameters? parameters = default(SvgParameters? ))

Parameters

source
String?

The svg source.

Returns

SKPicture
The svg picture.