RE: [flexcoders] cropping image...with Copypixels

2006-10-12 Thread Andrew Trice
6 3:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] cropping image...with Copypixels   hello , I am trying to do cropping of image which is dynamically assigned to a vbox component and i have used following Code: var bd : BitmapData = new BitmapData(h,w); var m1 : Matrix

[flexcoders] cropping image...with Copypixels

2006-10-12 Thread learner
hello , I am trying to do cropping of image which is dynamically assigned to a vbox componentand i have used following Code:var bd : BitmapData = new BitmapData(h,w);var m1 : Matrix = new Matrix();bd.draw (target, m1);var puzzlePieceBmp:BitmapData = new BitmapData(target.width,target.height);pu