Returns a rectangle that defines the area of this display object in this display object's local coordinates.
Source
@override Rectangle<num> get bounds { return new Rectangle<num>(0.0, 0.0, 0.0, 0.0); }
Returns a rectangle that defines the area of this display object in this display object's local coordinates.
@override Rectangle<num> get bounds { return new Rectangle<num>(0.0, 0.0, 0.0, 0.0); }