[]
Converts a byte array to an image.
public static Image ImageFromByteArray(byte[] buffer)
Public Shared Function ImageFromByteArray(buffer As Byte()) As Image
| Type | Name | Description |
|---|---|---|
| byte[] | buffer | The contents of an image. |
| Type | Description |
|---|---|
| Image |