|
CartoType API
|
#include <cartotype_graphics.h>
Public Attributes | |
| TRect | iClip |
| TPaint | iPaint |
| TCircularPen | iPen |
| const MPalette * | iPalette |
| TCompositingOp | iCompositingOp |
| TColor | iTextureMask |
Parameters used by a graphics context.
The clipping rectangle, in pixels.
The compositing operation.
The paint.
The palette used for certain types of bitmap. If iPalette is null bitmaps with palettes are not drawn.
The circular pen used by DrawStroke.
The color used to inhibit texture drawing. Textures are never drawn to pixels of this color. The purpose is to prevent terrain textures from being drawn in sea or lake areas. The texture mask is set to the map background color when a map is drawn.
1.7.5.1