PutPixel
Draw a pixel on the screen
Declaration
Source position: graphh.inc line 661
var
  PutPixel : putpixelproc;
Description
Puts a point at (X,Y) using color Color
Errors
None.
See also
| Name | Description | 
|---|---|
| GetPixel | Return color of pixel | 
| putpixelproc | Standard pixel drawing routine prototype |