- 4.37.2.86 -
Standard Units
Graph Unit
Graph Unit Procedures and FunctionsPutImage 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.
|
|
|
PutHTextel procedure |
Table of Content |
PutPixel procedure |
- 4.37.2.86 -