- 4.37.2.86. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.86. PutImage procedure
4.37.2.86. PutImage procedure
Targets: MS-DOS, Win32
Graph Unit
Puts a bit image onto the screen.
Declaration:
procedure PutImage(X, Y: Longint; var BitMap);
Remarks:
(X, Y) is the upper left corner of a rectangular region
on the screen. BitMap is an untyped parameter that contains
the height and width of the region,
and the bit image that will be put onto the screen.
- 4.37.2.86. -