Works with global coordinates (*RARE*)
Returns true if bounds of this display object (or it's children if recursive) contains point
This could be overriden and for instance checked against circle bounds, or by GlobalBounds but slightly expanded (for mobile) e.g. return GlobalBounds.Expand(20).Contains(point);
Returns true if bounds of this display object (or it's children if recursive) contains point
This could be overriden and for instance checked against circle bounds, or by GlobalBounds but slightly expanded (for mobile) e.g. return GlobalBounds.Expand(20).Contains(point);

