Search Results for

    Show / Hide Table of Contents

    Class ImageConverter

    Converter for byte array to image.

    Inheritance
    System.Object
    ImageConverter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public static class ImageConverter

    Methods

    | Improve this Doc View Source

    ConvertToImage(Byte[])

    Converts a into a System.Windows.Media.Imaging.BitmapSource. Returns null if no byte[] was given.

    Declaration
    public static BitmapSource ConvertToImage(byte[] array)
    Parameters
    Type Name Description
    System.Byte[] array

    An binary large object (blob).

    Returns
    Type Description
    System.Windows.Media.Imaging.BitmapSource
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx