- create
void create(NativeWindowHandle window)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- drawArc
void drawArc(int x1, int y1, int width, int height, int start, int finish)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawEllipse
void drawEllipse(int x1, int y1, int x2, int y2)
Arguments are the points of the bounding rectangle
- drawImage
void drawImage(int x, int y, Image i)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawLine
void drawLine(int x1, int y1, int x2, int y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawPixel
void drawPixel(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawPolygon
void drawPolygon(Point[] vertexes)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
void drawRectangle(int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawText
void drawText(int x, int y, int x2, int y2, string text)
Undocumented in source. Be warned that the author may not have intended to support it.