Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image Size
Message
De
12/12/2000 10:45:07
 
 
À
12/12/2000 09:06:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00452151
Message ID:
00452232
Vues:
24
You could also use the VFPImage.fll in the files section.
set classlib to vfpimage.fll

if IMGLoad(“c:\adoplus.bmp”) > UnknownImage
   *!* Interrogate the dimensions of our loaded image.
   lcPixWidth  = alltrim(str(IMGWidth()))
   lcPixHeight = alltrim(str(IMGHeight()))

   ? “Image Dimensions: “ + lcPixWidth + “ x “ + lcPixHeight + “ pixels”
endif
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform