Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Paint problem
Message
De
25/11/2003 12:17:32
 
 
À
25/11/2003 07:37:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Divers
Thread ID:
00853218
Message ID:
00853366
Vues:
16
Hi,

>>
J want to draw on the screen anything that j get from a file.
In Delphi j do this with following commands:
PaintBox.Canvas.Pixels[xz,yz]:=RGB(255,255,255)
But j don't know any corresponding box in VFP 5.
>>

Closest in native VFP would be:
_Screen.Forecolor = RGB(255,255,255)
_Screen.PSet(xz,yz)
But it's pretty laborious.....
Regards,
Viv
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform