- 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.