Language:
Русский
English
PutPixel (procedure) (Graph unit)
Plots a pixel at X,Y.
Declaration
procedure PutPixel(X, Y: Integer; Pixel: Word);
Target
Real, Protected
Remarks
Plots a point in the color defined by Pixel at (X, Y).
Restrictions
Must be in graphics mode.