select

abstract fun select(x: Int, y: Int): IndexBlock<T>?
abstract fun select(x: Int, y: Int, w: Int, h: Int): Collection<IndexBlock<T>>