Well as Dave said, System.Drawing.Bitmap descends from System.Drawing.Image. So
it should have access to everything in the Image class. Since you already have
a reference to a Bitmap, try using it instead.
> Do you know how to instantiate System ddls?
> class="System.Drawing.Image"
Well technically you do not instantiate an abstract class. That said, creating
a reference to System.Drawing.Image works fine for me.
-Leigh
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338850
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm