[Flashcoders] Bitmapdata class

2006-05-25 Thread Juan Anzaldo
is there a method in the BitimapData class in order to draw just a part of the source object? something like bmd.draw(_mc, xi,yi,xf,yf); where xi and yi are the points of the upper left corner, and xf,yf the points of the bottomright corner of the area that i want to draw tnx

Re: [Flashcoders] Bitmapdata class

2006-05-25 Thread Igor Costa
not about your request, but this's a kind of thing that you could use in implementation of your class. the bitmapData can be implemented btw On 5/25/06, Juan Anzaldo [EMAIL PROTECTED] wrote: is there a method in the BitimapData class in order to draw just a part of the source object?