bounds property
override
Returns a rectangle that defines the area of this display object in this display object's local coordinates.
Implementation
@override
Rectangle<num> get bounds {
return 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 Rectangle<num>(0.0, 0.0, 0.0, 0.0);
}