Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading height and width of jpeg files
Message
 
To
16/07/2002 11:24:44
John Faithfull
Hunterian Museum, University of Glasgow,
Glasgow, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00679153
Message ID:
00679174
Views:
23
Hi,

use this commands:
thisform.AddObject("pic","image")
thisform.pic.picture="yourpicture.gif"
? "Width=",thisform.pic.Width
? "Height=",thisform.pic.Height
The object PIC have Width and Height of picture loaded.
Cordialmente,

Fabiano Costa
Previous
Reply
Map
View

Click here to load this message in the networking platform