BitmapDrawer.drawLine

Draws a single line.

  1. void drawLine(int xa, int xb, int ya, int yb, ubyte color)
  2. void drawLine(Point from, Point to, ubyte color)
    class BitmapDrawer
    pure
    void
    drawLine
    (
    Point from
    ,
    Point to
    ,
    ubyte color
    )

Meta