BitmapDrawer.bitBLT

Copies a bitmap to the canvas using 0th index transparency.

  1. void bitBLT(Point target, Bitmap8Bit source)
    class BitmapDrawer
    pure
    void
    bitBLT
  2. void bitBLT(Point target, Bitmap8Bit source, Coordinate slice)

Parameters

target Point

Where the top-left corner should fall.

source Bitmap8Bit

The bitmap to be copied into the output.

Meta