Bitmap Constructor (Byte) |
Initializes a new instance of a Bitmap from a bytes array
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Bitmap(
byte[] bytes
)
Public Sub New (
bytes As Byte()
)
new :
bytes : byte[] -> Bitmap
Parameters
- bytes
- Type: SystemByte
Array of bytes containing the image data in one of the supported ImageFormat types
See Also