|
CartoType API
|
#include <cartotype_graphics.h>
Public Member Functions | |
| TDraw8BitMonoBitmapHelper (TBitmap &aDestBitmap, const TBitmap &aSourceBitmap, const TPoint &aTopLeft, const TRect &aDestRect, int aDestBytesPerPixel) | |
| bool | MoreRows () const |
| void | NextRow () |
| void | FirstColumn () |
| bool | MoreColumns () const |
| void | NextColumn () |
| uint8 | ByteValue () const |
| uint8 * | Dest () const |
A utility class to help draw an 8-bit monochrome bitmap.
1.7.5.1