JB2Blit Class Reference
#include <JB2Image.h>
Detailed Description
Blit data structure.A JB2Image# contains an array of JB2Blit# data structures. Each array entry instructs the decoder to render a particular shape at a particular location. Members left# and bottom# specify the coordinates of the bottom left corner of the shape bitmap. All coordinates are relative to the bottom left corner of the image. Member shapeno# is the subscript of the shape to be rendered.
Definition at line 198 of file JB2Image.h.
Public Attributes | |
| unsigned short | left |
| unsigned short | bottom |
| unsigned int | shapeno |
Member Data Documentation
| unsigned short JB2Blit::bottom |
| unsigned short JB2Blit::left |
| unsigned int JB2Blit::shapeno |
The documentation for this class was generated from the following file:

