Interface UplotSelectBoxExperimental

Bounding box µPlot reports for a completed selection.

interface UplotSelectBox {
    height: number;
    left: number;
    top: number;
    width: number;
}

Properties

Properties

height: number
left: number
top: number
width: number