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

    Namespace: DevExpress.Utils.Svg

    Assembly: DevExpress.Data.v26.1.dll

    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