Method | Description | |
---|---|---|
IMG_GetError ( ) : string |
Get the current error string This is the same as SDL_GetError, which returns the last error set as a string which you may use to tell the user what happened when an error status has been returned from an SDL_image function call. Binds to C-function in SDL_image.h |
|
IMG_Linked_Version ( ) : Tao.Sdl.Sdl.SDL_version |
Using this you can compare the runtime version to the version that you compiled with. Binds to C-function call in SDL_image.h: |
|
IMG_SetError ( string message ) : void |
Set the current error string This is the same as SDL_SetError, which sets the error string which may be fetched with IMG_GetError (or SDL_GetError). This functions acts like printf, except that it is limited to SDL_ERRBUFIZE(1024) chars in length. It only accepts the following format types: %s, %d, %f, %p. No variations are supported, like %.2f would not work. For any more specifics read the SDL docs. Binds to C-function in SDL_image.h |
|
SDL_IMAGE_VERSION ( ) : Tao.Sdl.Sdl.SDL_version |
This method can be used to fill a version structure with the compile-time version of the SDL_image library. Binds to C-function call in SDL_image.h: |
Method | Description | |
---|---|---|
IMG_Linked_VersionInternal ( ) : |
||
IMG_Load ( string file ) : |
||
IMG_LoadBMP_RW ( |
||
IMG_LoadGIF_RW ( |
||
IMG_LoadJPG_RW ( |
||
IMG_LoadLBM_RW ( |
||
IMG_LoadPCX_RW ( |
||
IMG_LoadPNG_RW ( |
||
IMG_LoadPNM_RW ( |
||
IMG_LoadTGA_RW ( |
||
IMG_LoadTIF_RW ( |
||
IMG_LoadTyped_RW ( |
||
IMG_LoadXCF_RW ( |
||
IMG_LoadXPM_RW ( |
||
IMG_LoadXV_RW ( |
||
IMG_Load_RW ( |
||
IMG_ReadXPMFromArray ( string src ) : |
||
IMG_isBMP ( |
||
IMG_isGIF ( |
||
IMG_isJPG ( |
||
IMG_isLBM ( |
||
IMG_isPCX ( |
||
IMG_isPNG ( |
||
IMG_isPNM ( |
||
IMG_isTIF ( |
||
IMG_isXCF ( |
||
IMG_isXPM ( |
||
IMG_isXV ( |
public static IMG_Linked_Version ( ) : Tao.Sdl.Sdl.SDL_version | ||
return | Tao.Sdl.Sdl.SDL_version |
public static IMG_SetError ( string message ) : void | ||
message | string | |
return | void |
public static SDL_IMAGE_VERSION ( ) : Tao.Sdl.Sdl.SDL_version | ||
return | Tao.Sdl.Sdl.SDL_version |