ImageData::GetScanline

ImageData::GetScanline
UByte* GetScanline(unsigned y);
const UByte* GetScanline(unsigned y) const;
Description

GetScanline access the scanline of the image.

Parameters
Parameters 
Description 
unsigned y 
Pitch of the image. 
Return Value

An UByte pointer to the scanline of ImageData.