ResizedByHook
ResizedByHook(dx, dy, true); // automatic
ResizedByHook(dx, dy, false); // manual
virtual void ResizedByHook(float dx, float dy, bool automatic) { }
virtual void ResizedByHook(float dx, float dy, bool automatic);