, February 20, 2001 2:14 AM
Subject: [Dynapi-Help] DynImage dimensions
> Consider the example:
>
> myImg = DynImage.getImage('img/myimg.gif', 160, 50)
> img = new DynImage(myImg)
>
> Is there a way to retrieve the width and height of
> the image? I have read dynimag
you could probably also use myDynImage.getContentHeight() and
myDynImage.getContentWidth()
- Original Message -
From: "Cristian Grigoriu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 20, 2001 2:14 AM
Subject: [Dynapi-Help] DynImage dimen
Consider the example:
myImg = DynImage.getImage('img/myimg.gif', 160, 50)
img = new DynImage(myImg)
Is there a way to retrieve the width and height of
the image? I have read dynimage.js and I couldn't
find a method/property. img.getWidth() or img.w or
img.width don't work. I'm intrigued by the p