GetImage
Return a copy of a screen area
Declaration
Source position: graphh.inc line 663
var
GetImage : getimageproc;
Description
GetImage Places a copy of the screen area (X1,Y1) to X2,Y2 in BitMap
Errors
Bitmap must have enough room to contain the image.
See also
Name | Description |
---|---|
getimageproc | Standard GetImage procedure prototype. |
ImageSize | Return size to store image |
PutImage | Draw an in-memory image to the screen |