从当前
Rect computePositionBySelf(double left, double top, double right, double bottom) { return computePosition(0, 0, right - left, bottom - top); }