Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image Attributes
Message
De
23/12/2015 18:35:58
 
 
À
17/12/2015 13:27:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01629066
Message ID:
01629272
Vues:
56
*can use also image picture property

local m.o,m.lnWidth,m.lnheight
m.o=createObject("image")
m.o.picture=getpict()
m.lnWidth=o.width
m.lnHeight=o.height
messagebox(o.picture+chr(13)+"Width="+trans(lnWidth)+" px Height="+trans(lnHeight)+"px")

*can use gdiplus,gdiplusX,WIA ...to return more image properties.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform