export interface IAnnotationRect { readonly left: number; readonly top: number; readonly width: number; readonly height: number; }