![]() |
![]() |
#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. |
Int32 BufferGfx_Dimensions::x |
The X position of the buffer relative to upper left corner.
Int32 BufferGfx_Dimensions::y |
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.