Window.bitBLT

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

  1. void bitBLT(Point target, ABitmap source)
  2. void bitBLT(Point target, ABitmap source, Coordinate slice)
    class Window
    @trusted
    void
    bitBLT
    (
    Point target
    ,,
    Coordinate slice
    )

Meta