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)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_Surface Class | Tao.Sdl Namespace