by Rudolf Wiesendanger <ruediw@[EMAIL PROTECTED]
>
Apr 27, 2005 at 12:25 PM
happy schrieb:
<SNIP>
> Can the graph unit execute that program . Are there any alternatives to
> execute the below program other than go to GKS ?
> Can I execute the call set_pixel using other graphic library ?
<SNIP>
> set_pixel(round(x),round(y));
From 'Turbo Pascal the complete reference':
Syntax Procedure PutPixel(X,Y : Integer;Pixel : Word);
Parameters
X is the horizontal coordinate
Y is the vertical coordinate
Pixel is the color of the pixel
Description
Putpixel turns on pixel at x:y with color
defined by pixel
Turbo Pascal 4.0 and up (incuded in Graph)
Rudolf