TileLayer.DisplayListItem

Undocumented in source.

Constructors

this
this(wchar ID, ABitmap tile)
Undocumented in source.

Members

Variables

ID
wchar ID;

ID, mainly as a padding to 32 bit alignment

pixelDataPtr
void* pixelDataPtr;

points to the pixeldata

reserved
ubyte reserved;

currently unused

tile
ABitmap tile;

reference counting only

wordLength
ubyte wordLength;

to avoid calling the more costly classinfo

Meta