Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pixel height & width
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00252309
Message ID:
00256178
Vues:
19
Hi Mike,

>Is there a function to give me the height & width of a *.jpg, *.bmp, etc from VFP6 in Pixel, inches, etc.

Does this help:

oI=createobject('Image')
oI.Picture=getfile()
?oI.Width
?oI.Height
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform