ResizeStrategy
A basic implementation of ResizeStrategy.
It will return the resized rectangle, the rectangle is not min than getResizableMinSize and not max than getResizableMaxSize if these method are defineded in the resized comopoent.
public function getBounds(com:Component, movedX:Number, movedY:Number):Rectangle
Count and return the new bounds what the component would be resized to.
It will return the resized rectangle, the rectangle is not min than
getResizableMinSize and not max than getResizableMaxSize if these method are defineded
in the resized comopoent.