Returns a pointer to the specified row in the pixel buffer.
A debug assertion will be raised if the row index argument is greater than or equal to the current image height.
- Parameters
-
image | Image object. |
y | Row index. |
- Returns
- Pointer to first pixel in row.