Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you get height and width of an image
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Miscellaneous
Thread ID:
01443957
Message ID:
01443994
Views:
73
** Pass rnWidth and rnHeight by reference

lparameters lcFileNameWPath,rnWidth,rnHeight

LOCAL loImage,lnWidth,lnHeight
loImage=LoadPicture(lcFileNameWPath)
rnWidth = round(loImage.width/26.458,0)
rnHeight = round(loImage.height/26.458,0)
Brandon Harker
Sebae Data Solutions
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform