Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image Size
Message
From
12/12/2000 10:45:07
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00452151
Message ID:
00452232
Views:
23
You could also use the VFPImage.fll in the files section.
set classlib to vfpimage.fll

if IMGLoad(“c:\adoplus.bmp”) > UnknownImage
   *!* Interrogate the dimensions of our loaded image.
   lcPixWidth  = alltrim(str(IMGWidth()))
   lcPixHeight = alltrim(str(IMGHeight()))

   ? “Image Dimensions: “ + lcPixWidth + “ x “ + lcPixHeight + “ pixels”
endif
Previous
Reply
Map
View

Click here to load this message in the networking platform