BitmapDrawer.drawBox

Draws a box.

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

Parameters

target Box

Containst the coordinates of the box to be drawn.

color ubyte

The color index which the box will be drawn.

Meta