Platform |
Win32, x64 |
Purpose |
To copy part of a graphics area. |
Syntax |
SUBROUTINE GET_SCREEN_DIB@( HDIB, X1, Y1, X2, Y2) |
Description |
HDIB is returned as the handle of a new device context that contains a copy of part of the current graphics area. X1, Y1 are input as the pixel co-ordinates of the top left hand corner of the area to copy whilst X2, Y2 are the corresponding co-ordinates of the bottom right hand corner. |
See also |