Platform |
Win32, x64 | |||||||||||||||||||||
Purpose |
To display a device independent bitmap (DIB). |
|||||||||||||||||||||
Syntax |
INTEGER FUNCTION DIB_PAINT@( HORIZ, VERT, HDIB, |
|||||||||||||||||||||
Description |
Displays the DIB with handle HDIB on the current device with HORIZ and VERT relative displacement (they may be negative). FUNCTION selects the type of logical restore operation with respect to the previous screen :
MODE specifies if
| |||||||||||||||||||||
|
Before you can call this function the DIB must first be loaded using GET_SCREEN_BLOCK@, IMPORT_BMP@, IMPORT_PCX@, or CLIPBOARD_TO_SCREEN_BLOCK@. |
|||||||||||||||||||||
Return value |
Returns 1 the function is successful otherwise zero. |