Tao.Sdl SDK Documentation

Sdl.SDL_Surface Members

Sdl.SDL_Surface overview

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

Public Instance Methods

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

See Also

Sdl.SDL_Surface Class | Tao.Sdl Namespace