|
HC_EXTERNAL HIC_API void HIC_Draw_DC_Bit_Rasters |
( |
HIC_Rendition const * |
nr, |
|
|
HIC_DC_Point const * |
start, |
|
|
HIC_DC_Point const * |
end, |
|
|
int |
rowbytes, |
|
|
unsigned char const * |
rasters | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| start | A pointer to a const HIC_DC_Point. |
| end | A pointer to a const HIC_DC_Point. |
| rowbytes | An int. |
| rasters | A pointer to a const unsigned char. |
This function draws a single scan line determined by the bits in the data array.
|