Skip to main content
All docs
V25.1
  • SvgImage.FromStream(ref Dictionary<String, ISvgImage>, String, Assembly) Method

    Namespace: DevExpress.Utils.Svg

    Assembly: DevExpress.Data.v25.1.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