Trait flo_animation::HasBoundingBox [] [src]

pub trait HasBoundingBox {
    fn bounding_box(&self) -> Rect;
}

Trait implemented by graphical elements with a bounding box

Required Methods

Retrieves the bounding box for this element

Implementors