[lazarus] Put Pixel
Luis R. Hilario B.
luis at luis-digital.8m.com
Wed Nov 1 11:27:31 EST 2000
Shane Miller wrote:
>
> Look at testform.pp
>
> with Form1 do
> begin
> Canvas.Pen.Style := psSolid;
> Canvas.Pen.Color := clRed;
> Canvas.Line(400,500,450,550);
> end;
>
> Shane
It worked well, but Canvas.Line(To) he is slower than to put only a
pixel.
I want something like PutPixel() in Pascal.
Thanks!
--
|--------------------------|
| Luis R. Hilario |
| http://luisdigital.2y.net |
|--------------------------|
More information about the Lazarus
mailing list