Contains the extension methods for Bitmaps. More...
Static Public Member Functions | |
| static int | GetBPP (this Bitmap bmp) |
| Returns the pixel format of the Bitmap. More... | |
| static byte [] | GetPixels (this Bitmap bmp) |
| Returns the pixels of the Bitmap as an array of bytes. More... | |
Contains the extension methods for Bitmaps.
|
inline static |
Returns the pixel format of the Bitmap.
| bmp |
|
inline static |
Returns the pixels of the Bitmap as an array of bytes.
| bmp |