Tao.Sdl SDK Documentation

SdlImage.IMG_Linked_Version Method 

Using this you can compare the runtime version to the version that you compiled with.

[Visual Basic]
Public Shared Function IMG_Linked_Version() As SDL_version
[C#]
public static SDL_version IMG_Linked_Version();

Return Value

This function gets the version of the dynamically linked SDL_image library in an Sdl.SDL_version struct.

Remarks

Binds to C-function call in SDL_image.h:

const SDL_version * IMG_Linked_Version(void)

See Also

SdlImage Class | Tao.Sdl Namespace