Tao.Sdl SDK Documentation

Sdl.SDL_VideoInfo Structure

Video Target information. Useful for determining the video hardware capabilities. Not finished. The C struct uses a set of bit-fields that need to be marshalled. The vfmt IntPtr works and provided useful information.

For a list of all members of this type, see Sdl.SDL_VideoInfo Members.

System.Object
   System.ValueType
      Tao.Sdl.Sdl.SDL_VideoInfo

[Visual Basic]
Public Structure Sdl.SDL_VideoInfo
[C#]
public struct Sdl.SDL_VideoInfo

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This (read-only) structure is returned by SDL_GetVideoInfo. It contains information on either the 'best' available mode (if called before SDL_SetVideoMode) or the current video mode.

Requirements

Namespace: Tao.Sdl

Assembly: Tao.Sdl (in Tao.Sdl.dll)

See Also

Sdl.SDL_VideoInfo Members | Tao.Sdl Namespace