Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image Attributes
Message
De
24/12/2015 22:37:16
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
23/12/2015 18:35:58
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:
01629287
Vues:
45
>*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.

Since Jos has the whole image in a memo, then it's not as a separate file on disk. I'd change just one line - instead of o.picture
o.pictureVal=myImgMemo

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform