Re: [Dynapi-Help] DynImage dimensions

2001-02-20 Thread Doug Melvin
, 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

Re: [Dynapi-Help] DynImage dimensions

2001-02-20 Thread Doug Melvin
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

[Dynapi-Help] DynImage dimensions

2001-02-20 Thread Cristian Grigoriu
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