removeRectangle
fun removeRectangle(start: <Error class: unknown class>, width: <Error class: unknown class>, height: <Error class: unknown class>, stride: <Error class: unknown class>)
Interprets the values as a 2-dimensional boolean grid with the given @stride and inside that grid, removes a rectangle with the given @width and @height.
Parameters
start
first value to remove
width
width of the rectangle
height
height of the rectangle
stride
row stride of the grid