Tao.Sdl SDK Documentation

Sdl.SDL_RWFromMem Method

Create SDL_RWops structures from memory.

Overload List

Create SDL_RWops structures from memory.

public static IntPtr SDL_RWFromMem(byte[],int);

Create SDL_RWops structures from memory.

public static IntPtr SDL_RWFromMem(IntPtr,int);

See Also

Sdl Class | Tao.Sdl Namespace