interface IBounded {
    getBounds(): IBounds;
}

Implemented by

Methods

Methods