SDL2Renderer.copyEx

Blits a rectangle from a texture and apply rotation/reflection.

class SDL2Renderer
void
copyEx
(,
SDL_Rect srcRect
,
SDL_Rect dstRect
,
double rotangle
,
SDL_Point* rotcenter
,
SDL_RendererFlip flip
)

Throws

SDL2Exception on error.

See Also

Meta