|
CartoType API
|
#include <cartotype_render.h>
Public Member Functions | |
| TRasterSpan (int32 aX, int32 aLength, int32 aIntensity=255) | |
Public Attributes | |
| int32 | iX |
| int32 | iLength |
| int32 | iIntensity |
A class representing a span of pixels in a raster, to be rendered using a monochrome or gray-scale renderer.
The intensity of the pixels, on a scale of 0 to 255.
The length of the span in pixels.
The left edge of the span.
1.7.5.1