/ Published in: ActionScript 3
if you have a bitmapData Object with transparent content and some colored pixels, you can get the bounds for those pixels with this method
Expand |
Embed | Plain Text
var bounds : Rectangle = myBmpData.getColorBoundsRect(0xFFFFFFFF, 0x000000, false);
You need to login to post a comment.
