blitTo

Blits a view onto another. The views must have the same size.

  1. void blitTo(SRC src, DST dst)
    void
    blitTo
    (
    SRC
    DST
    )
    (
    auto ref SRC src
    ,
    auto ref DST dst
    )
    if ()
  2. void blitTo(SRC src, DST dst, int x, int y)

Meta