Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image Attributes
Message
From
23/12/2015 18:35:58
 
 
To
17/12/2015 13:27:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01629066
Message ID:
01629272
Views:
57
*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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform