export class Bounding { public left: number; // left offset coordinate public top: number; public width: number; public height: number; }