SvgImage.FromStream(ref Dictionary<String, ISvgImage>, String, Assembly) Method
Namespace: DevExpress.Utils.Svg
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
Declaration
public static ISvgImage FromStream(
ref Dictionary<string, ISvgImage> perThreadCache,
string name,
Assembly assembly
)
Parameters
Name | Type |
---|---|
perThreadCache | Dictionary<String, DevExpress.Utils.Svg.ISvgImage> |
name | String |
assembly | Assembly |
Returns
Type |
---|
DevExpress.Utils.Svg.ISvgImage |
See Also