Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Building an analogue display.
Message
De
10/05/2001 08:20:15
 
 
À
10/05/2001 05:38:01
Information générale
Forum:
Borland C++ Builder
Catégorie:
Visual Component Library (VCL)
Divers
Thread ID:
00505650
Message ID:
00505684
Vues:
22
Enter this code in the click event of a button

TCanvas *pCanvas = ((TForm *)Form1)->Canvas;
pCanvas->LineTo(100,100);

after typing "pCanvas->" wait a few seconds and see the autocompletion list to get an idea of all the graphical function supported by the canvas.

succes,
Hennie
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform