SDL2Renderer.copy

Draws a whole texture.

  1. void copy(SDL2Texture texture, SDL_Rect srcRect, SDL_Rect dstRect)
  2. void copy(SDL2Texture texture, int x, int y)
    class SDL2Renderer
    void
    copy

Throws

SDL2Exception on error.

See Also

Meta