Tao.Sdl SDK Documentation

Sdl.SDL_Surface Fields

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

Public Instance Fields

clip_rect surface clip rectangle
flags Surface flags
format Pixel format Pointer to SDL_PixelFormat
format_version format version, bumped at every change to invalidate blit maps
h Height of the surface
hwdata Hardware-specific surface info
locked Allow recursive locks
map info for fast blit mapping to other surfaces
offset
pitch Length of a surface scanline in bytes
pixels Pointer to the actual pixel data Void pointer.
refcount Reference count -- used when freeing surface
unused1
w Width of the surface

See Also

Sdl.SDL_Surface Class | Tao.Sdl Namespace