Tao.Sdl SDK Documentation

Sdl.SDL_Overlay Members

Sdl.SDL_Overlay overview

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

Public Instance Methods

Equals (inherited from ValueType) 
GetHashCode (inherited from ValueType) 
GetType (inherited from Object) 
ToString (inherited from ValueType) 

See Also

Sdl.SDL_Overlay Class | Tao.Sdl Namespace