|
-
Nov 29th, 2001, 11:35 AM
#1
Thread Starter
Hyperactive Member
Picture Width and H...
Can anybody give me a code what gives me the size of a picture inside a Image(box). I wan't the real size becouse the picture is stretched.
-
Nov 29th, 2001, 04:06 PM
#2
Good Ol' Platypus
[Highlight=VB]W = Image1.Width
H = Image1.Height[Highlight=VB]I think this would give the correct size (in pixels) but I'm not exactly sure if it will make the conversion. If it's in TWIPS, you can convert it by dividing by Screen.TwipsPerPixelX and Y respectively.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|