I am trying to use a LinkButton in my app and assign an image to the icon 
variable, but I need to scale down or make sure the image isn't any larger than 
15 x 15 pixels.

Is there a way to scale a class file?  I tried to load a png file then convert 
the png to Bitmap, tried BitmapData, and tried BitmapAsset and then scale the 
embedded image, but non of this worked.

So to recap embed and image (which is 50x50 pixels) and shrink it down to 
(15x15 pixels) and assign it to a linkButtons icon. 

Anyone know of a solution?

Reply via email to