|
HC_EXTERNAL HIC_API void HIC_Draw_DC_Image |
( |
HIC_Rendition const * |
nr, |
|
|
HIC_DC_Point const * |
start, |
|
|
HIC_DC_Point const * |
end, |
|
|
int |
hoffset, |
|
|
HIC_Image_Format |
format, |
|
|
int |
row_bytes, |
|
|
void const *const * |
rasters, |
|
|
int |
pattern, |
|
|
HIC_Driver_Color const * |
contrast_color, |
|
|
HIC_Image const * |
db_image | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| start | A pointer to a const HIC_DC_Point, may be off-screen. |
| end | A pointer to a const HIC_DC_Point. |
| hoffset | An int. |
| format | A HIC_Image_Format. |
| row_bytes | An int. |
| rasters | A pointer to a void const *const XXX |
| pattern | An int. |
| contrast_color | A pointer to a const HIC_Driver_Color. |
| db_image | A pointer to a const HIC_Image. |
This device-independent function draws the entire image stored in the data block and does not provide for Z-buffering tilted images.
|