LoadFromSvgDocument(SvgDocument, Nullable) Method

Definition

Assembly Svg.Controls.Skia.Avalonia.dll

t Loads svg source from svg document.

public static SvgSource LoadFromSvgDocument(SvgDocument document, SvgParameters? parameters)

Parameters

document
SvgDocument

The svg document.

parameters
Nullable<SvgParameters>

The svg parameters.

Returns

SvgSource
The svg source.