[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
NAME: PutImage
USE: Retrieves a previously stored graphic image and places it at
the specified coordinates. The type of placement method is
based on the values specified by the last parameter. They
can be any one of the following.
BitBit operators for PutImage
-----------------------------------------------------------
NormalPut = 0; MOV
XORPut = 1; XOR
OrPut = 2; OR
AndPut = 3; AND
NotPut = 4; NOT
DEPENDENCY: Must first be in graphics mode. The unit Graph
must also be placed in the uses section.
SYNTAX: PutImage(X, Y : Integer, Var BitMapValue; BitBitStyle : Word);
See Also:
GetImage
GetPixel
ImageSize
PutPixel
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson