Canvas.bitBLT

Pastes a bitmap to the given point using blitter, which threats color #0 as transparency.

  1. void bitBLT(Point target, ABitmap source)
    interface Canvas
    public @trusted
    void
    bitBLT
  2. void bitBLT(Point target, ABitmap source, Box slice)

Meta