PutImage

Draw an in-memory image to the screen

Declaration

Source position: graphh.inc line 662

var
  PutImage : putimageproc;

Description

PutImage Places the bitmap in Bitmap on the screen at (X1,Y1). How determines how the bitmap will be placed on the screen. Possible values are:

CopyPut XORPut ORPut AndPut NotPut

Errors

None

See also

Name Description
GetImage Return a copy of a screen area
ImageSize Return size to store image
putimageproc Standard PutImage procedure prototype.