|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« Operations |
Graphics Operations provide fundamental image manipulation commands for the SDL (Simple DirectMedia Layer) subsystem.
Image blitting and compositionSurface operationsPixel manipulationGraphics rendering primitives
Quick Example
; Basic graphics operation
SDL.Blit|srcSurface|destSurface|x|y
; Update display
SDL.Flip
See Also