BitmapDrawer.drawLine

Draws a single line. DEPRECATED!

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

Meta