BitmapDrawer

Undocumented in source.

Constructors

this
this(int x, int y)
Undocumented in source.

Members

Functions

drawFilledRectangle
void drawFilledRectangle(int xa, int xb, int ya, int yb, ushort color)
Undocumented in source. Be warned that the author may not have intended to support it.
drawFilledRectangle
void drawFilledRectangle(int xa, int xb, int ya, int yb, Bitmap16Bit brush)
Undocumented in source. Be warned that the author may not have intended to support it.
drawLine
void drawLine(int xa, int xb, int ya, int yb, ushort color, int brushsize)
Undocumented in source. Be warned that the author may not have intended to support it.
drawLine
void drawLine(int xa, int xb, int ya, int yb, Bitmap16Bit brush)
Undocumented in source. Be warned that the author may not have intended to support it.
drawRectangle
void drawRectangle(int xa, int xb, int ya, int yb, ushort color, int brushsize)
Undocumented in source. Be warned that the author may not have intended to support it.
drawRectangle
void drawRectangle(int xa, int xb, int ya, int yb, Bitmap16Bit brush)
Undocumented in source. Be warned that the author may not have intended to support it.
drawText
void drawText(int x, int y, wstring text, Bitmap16Bit[wchar] fontSet, int style)
Undocumented in source. Be warned that the author may not have intended to support it.
drawText
void drawText(int x, int y, wstring text, Fontset fontset, int style)
Undocumented in source. Be warned that the author may not have intended to support it.
insertBitmap
void insertBitmap(int x, int y, Bitmap16Bit bitmap)
Undocumented in source. Be warned that the author may not have intended to support it.
insertBitmapSlice
void insertBitmapSlice(int x, int y, Bitmap16Bit bitmap, Coordinate slice)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

transparencytester4
ushort[4] transparencytester4;
Undocumented in source.
transparencytester8
ushort[8] transparencytester8;
Undocumented in source.

Variables

brushTransparency
ushort brushTransparency;
Undocumented in source.
output
Bitmap16Bit output;
Undocumented in source.

Meta