| オーバーロード | 解説 |
|---|---|
| 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(Rectangle) | Stores a rectangular area of the image to a byte array. |