initPosition method
void
initPosition()
Implementation
void initPosition(){
bottom = null;
right = null;
_setToBottomMax();
_setToRight();
left = targetLeft;
top = targetTop;
}
void initPosition(){
bottom = null;
right = null;
_setToBottomMax();
_setToRight();
left = targetLeft;
top = targetTop;
}