Overload List
| Name | Description | |
|---|---|---|
| ByteImageByteImageNew()() |
Default constructor.
| |
| ByteImageByteImageNew(Bitmap) |
Construct from Bitmap image.
| |
| ByteImageByteImageNew(Int32, Int32) |
Initialize an empty image.
| |
| ByteImageByteImageNew(Int32, Int32, Int32, Byte*) |
Initialize an image from data.
| |
| ByteImageByteImageNew(Int32, Int32, Int32, array<Byte>[]()) |
Initialize an image from data.
|