- drawBresenhamLine
auto drawBresenhamLine(Surface surface, RGBColor color, T x1, U y1, V x2, W y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawCircle
auto drawCircle(Surface surface, RGBColor color, T x, U y, V r)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawConicSection
auto drawConicSection(Surface surface, RGBColor color, T x, U y, V l, W e)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawDDALine
auto drawDDALine(Surface surface, RGBColor rgbColor, T x1, U y1, V x2, W y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawFilledCircle
auto drawFilledCircle(Surface surface, RGBColor color, T x, U y, V r)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawFilledRectangle
auto drawFilledRectangle(Surface surface, RGBColor color, T x, U y, W w, H h)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawFilledTriangle
auto drawFilledTriangle(Surface surface, RGBColor color, P x1, Q y1, R x2, S y2, T x3, U y3)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawPoint
auto drawPoint(Surface surface, RGBColor rgbColor, T x, S y)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawRectangle
auto drawRectangle(Surface surface, RGBColor color, T x, U y, V w, W h)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawTriangle
auto drawTriangle(Surface surface, RGBColor color, P x1, Q y1, R x2, S y2, T x3, U y3)
Undocumented in source. Be warned that the author may not have intended to support it.