SvgImage.FromStream(ref Dictionary<String, ISvgImage>, String, Assembly) Method
In This Article
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 |
---|---|
per |
Dictionary<String, DevExpress. |
name | String |
assembly | Assembly |
#Returns
Type |
---|
DevExpress. |
See Also