Skip to main content
A newer version of this page is available. .

SvgImage.FromStream(ref Dictionary<String, SvgImage>, String, Assembly) Method

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Data.v22.1.dll

NuGet Package: DevExpress.Data

Declaration

public static SvgImage FromStream(
    ref Dictionary<string, SvgImage> perThreadCache,
    string name,
    Assembly assembly
)

Parameters

Name Type
perThreadCache Dictionary<String, SvgImage>
name String
assembly Assembly

Returns

Type
SvgImage
See Also