|
HC_EXTERNAL HIC_API void HIC_Draw_DC_Image_Block |
( |
HIC_Rendition const * |
nr, |
|
|
HIC_DC_Point * |
strt, |
|
|
int |
wdth, |
|
|
int |
hite, |
|
|
HIC_Image_Format |
frmt, |
|
|
int |
rowbytes, |
|
|
void const * |
blk | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| strt | A HIC_DC_Point pointer which may be off-screen. |
| wdth | An int. |
| hite | An int. |
| frmt | A HIC_Image_Format. |
| rowbytes | An int. |
| blk | A const void pointer. |
This device-independent function draws the entire image stored in the data block and does not provide for Z-buffering tilted images.
|