Surface.blit

Does a scaled blit from another surface onto this surface Takes the surface to blit, the slice of the surface to blit, and the slice on this surface of where to blit to Is slower than the blit to a location

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

Meta