BitmapDrawer.bitBLT

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

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

Parameters

target Point

Where the top-left corner should fall.

source Bitmap8Bit

The bitmap to be copied into the output.

slice Coordinate

Defines what part of the bitmap should be copied.

Meta