IMG LoadGIF RW
Aus DGL Wiki
Version vom 13. September 2007, 14:25 Uhr von I0n0s (Diskussion | Beiträge) (Die Seite wurde neu angelegt: = IMG_LoadGIF_RW = == Name == '''IMG_LoadGIF_RW''' - Lädt ein GIF-Bild. == Delphi-Spezifikation == function '''IMG_LoadGIF_RW'''(''src'': PSDL_RWops): PSDL_Surfac...)
Inhaltsverzeichnis
IMG_LoadGIF_RW
Name
IMG_LoadGIF_RW - Lädt ein GIF-Bild.
Delphi-Spezifikation
function IMG_LoadGIF_RW(src: PSDL_RWops): PSDL_Surface;
Parameter
src | SDL_RWop mit GIF als Inhalt |
---|
Beschreibung
Lädt ein GIF-Bild aus einer SDL_RWop.
Hinweise
Unterstützung für GIF muss aktiv sein.
Rückgabewert
Bei Erfolg einen Zeiger auf einer neuen SDL_Surface. nil bei Fehlern.