drawCircle(int x0, int y0, int r) | baygui::Graphics | |
drawImage(Image *image, int x, int y) | baygui::Graphics | |
drawLine(int x0, int y0, int x1, int y1) | baygui::Graphics | |
drawPixel(int x, int y, dword color) | baygui::Graphics | |
drawRect(int x, int y, int width, int height) | baygui::Graphics | |
drawString(String *str, int x, int y) | baygui::Graphics | |
drawString(const String &str, int x, int y) | baygui::Graphics | |
equals(Object *obj) | baygui::Object | [virtual] |
fillCircle(int x0, int y0, int r) | baygui::Graphics | |
fillRect(int x, int y, int width, int height) | baygui::Graphics | |
getFontStyle() | baygui::Graphics | |
getGuisvrID() | baygui::Object | |
getPointer() | baygui::Object | |
getRefCount() | baygui::Object | |
getThreadID() | baygui::Object | |
Graphics() | baygui::Graphics | |
Graphics(Image *image) | baygui::Graphics | |
Object() | baygui::Object | |
setClip(int cx, int cy, int cw, int ch) | baygui::Graphics | |
setColor(unsigned char r, unsigned char g, unsigned char b) | baygui::Graphics | |
setColor(dword color) | baygui::Graphics | |
setFontStyle(int style) | baygui::Graphics | |
translate(int x, int y) | baygui::Graphics | |
~Graphics() | baygui::Graphics | [virtual] |
~Object() | baygui::Object | [virtual] |