anyKode Marilou
ContentsIndexHome
PreviousUpNext
Image::GetLineBytesCount

GetLineByteSize returns the bytes count of an image line.

C++
int GetLineBytesCount(void) const;

Bytes count of an image line if the image is valid, 0 otherwise.

Use this function to navigate in the buffer returned by GetImageBits : the address of the first pixel for a given line ='buffer+GetLineByteSize()*LineNumber'.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!