Overload | Description |
---|---|
ToByteArray() | Stores the image buffer to a byte array (without the palette and metadata information). |
ToByteArray(Int32) | Stores the image buffer to a byte array with the same stride (bytes per row). |
ToByteArray(ImageRect) | Stores a part of the image buffer to a byte array. |