Record TSDL_Surface

Hierarchy
Methods
Properties

Unit

Declaration

type TSDL_Surface = record

Description

 

Overview

Fields

Public flags: cuint32;
Public format: PSDL_PixelFormat;
Public w: cint;
Public h: cint;
Public pitch: cint;
Public pixels: Pointer;
Public userdata: Pointer;
Public locked: cint;
Public list_blitmap: Pointer;
Public clip_rect: TSDL_Rect;
Public map: Pointer;
Public refcount: cint;

Description

Fields

Public flags: cuint32;
 
Public format: PSDL_PixelFormat;

< Read-only *

Public w: cint;

< Read-only *

Public h: cint;

< Read-only *

Public pitch: cint;

< Read-only *

Public pixels: Pointer;

< Read-only *

Public userdata: Pointer;

Application data associated with the surface *

Public locked: cint;

information needed for surfaces requiring locks *

Public list_blitmap: Pointer;

list of BlitMap that hold a reference to this surface *

Public clip_rect: TSDL_Rect;

clipping information *

Public map: Pointer;

info for fast blit mapping to other surfaces *

Public refcount: cint;

Reference count – used when freeing surface *


Generated by PasDoc 0.16.0.