FrameTypeInfo::isBottomUpFrameType Method

Returns whether the image data of this frame type is stored bottom-up in the buffer.
Syntax:
bool isBottomUpFrameType() const;
Return Value:

true, if the format is a bottom-up format.

Remarks:

Bottom-up formats store the pixel data from left to right, but the first line in the buffer is the last line of the image. Therefore, the last line in the buffer contains the first line of the image. All RGB formats , for example, are bottom-up formats if the device does not provide horizontal flipping.

See also: FrameTypeInfo

<< FrameTypeInfo