blitTo

Helper function to blit an image onto another at a specified location.

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

Meta