Closed GoogleCodeExporter closed 8 years ago
var totalHeight:Number;
var totalWidth:Number;
var children:Array = generic.getChildren();
var n:int = children.length;
for (var i:int = 0; i < n; i++)
{
var child:objectHandles = children[i] as objectHandles;
if(child != null)
{
totalWidth += child.width;
totalHeight += child.height;
}
}
Original comment by mail.Bha...@gmail.com
on 17 Sep 2009 at 5:35
I believe your question was answered, closing this issue.
Original comment by marc.hug...@gmail.com
on 22 Dec 2009 at 3:46
Issue 21 has been merged into this issue.
Original comment by marc.hug...@gmail.com
on 22 Dec 2009 at 3:46
Original issue reported on code.google.com by
abidr...@gmail.com
on 17 Sep 2009 at 5:12