Create a new view for image.
Support the usage of foreach to loop over the rows in the view. The foreach is executed in parallel.
The height or the width of the view, depending on in which slice it's used.
Indexing operators yield or modify the value at a specified index.
Sliceing operators yield or modify the value in the specified slice.
The height of the view.
The width of the view.
The ImageView allows changing induvidual pixels with the slicing and indexing operators.