SvgImage.FromStream(ref Dictionary<String, SvgImage>, String, Assembly) Method
Namespace: DevExpress.Utils.Svg
Assembly: DevExpress.Data.v24.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