Tao.Sdl SDK Documentation

Sdl.SDL_Overlay Fields

The fields of the Sdl.SDL_Overlay structure are listed below. For a complete list of Sdl.SDL_Overlay structure members, see the Sdl.SDL_Overlay Members topic.

Public Instance Fields

format Overlay format (see below)
h Height of overlay
hw_overlay This will be set to 1 if the overlay is hardware accelerated.
hwdata
hwfuncs
pitches An array of pitches, one for each plane. Pitch is the length of a row in bytes.
pixels An array of pointers to the data of each plane. The overlay should be locked before these pointers are used.
planes Number of planes in the overlay. Usually either 1 or 3.
UnusedBits
w Width of overlay

See Also

Sdl.SDL_Overlay Class | Tao.Sdl Namespace