Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
void * kImage_RowAt ( kImage  image,
kSize  y 
)

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
imageImage object.
yRow index.
Returns
Pointer to first pixel in row.