Surface.blit

Blits another surface onto this surface Takes the surface to blit, the slice of the surface to blit, and where on this surface to blit to Is faster than a scaled blit to a rectangle

  1. void blit(Surface src, iRectangle srcRect, int dstX, int dstY)
    class Surface
    void
    blit
    (
    ,
    iRectangle srcRect
    ,
    int dstX
    ,
    int dstY
    )
  2. void blit(Surface src, iRectangle srcRect, iRectangle dstRect)

Meta