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 SourceConvertToImage(Byte[])
Converts a
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 |