- drawArc
void drawArc(Point upperLeft, 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(Point upperLeft, Point lowerRight)
Arguments are the points of the bounding rectangle
- drawImage
void drawImage(Point upperLeft, Image i)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawLine
void drawLine(Point starting, Point ending)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawPixel
void drawPixel(Point where)
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(Point upperLeft, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawText
void drawText(Point upperLeft, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateDisplay
void updateDisplay()
Undocumented in source. Be warned that the author may not have intended to support it.
Most functions use the outlineColor instead of taking a color themselves.