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)Indicates whether this instance and a specified object are equal.
GetHashCode (inherited from ValueType)Returns the hash code for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from ValueType)Returns the fully qualified type name of this instance.

See Also

Sdl.SDL_Overlay Class | Tao.Sdl Namespace