BitmapDrawer.drawBox

Draws a box with the supplied pattern as the

  1. void drawBox(Box target, ubyte color)
  2. void drawBox(Coordinate target, ubyte[] pattern)
    class BitmapDrawer
    pure
    void
    drawBox
    (
    Coordinate target
    ,
    ubyte[] pattern
    )

Parameters

target Coordinate

Containst the coordinates of the box to be drawn.

Meta