BufferGfx_Dimensions Struct Reference
[BufferGfx]

Describes the dimensions of a graphics Buffer. More...

#include <BufferGfx.h>


Data Fields

Int32 x
 The X position of the buffer relative to upper left corner.
Int32 y
 The Y position of the buffer relative to upper left corner.
Int32 width
 The width of the buffer.
Int32 height
 The height of the buffer.
Int32 lineLength
 The line length (also called pitch) of the buffer. This is defined as the number of bytes between lines in an image buffer.

Detailed Description

Describes the dimensions of a graphics Buffer.

Field Documentation

The X position of the buffer relative to upper left corner.

The Y position of the buffer relative to upper left corner.

The width of the buffer.

The height of the buffer.

The line length (also called pitch) of the buffer. This is defined as the number of bytes between lines in an image buffer.


The documentation for this struct was generated from the following file:

Copyright 2011, Texas Instruments Incorporated