Interface RoiManager

interface RoiManager {
    getRois(options): Roi[];
}

Implemented by

Methods

Methods