TIvorySurface::SurfaceType

Determines the type of the surface.

__property TSurfaceType SurfaceType;

Description

Read SurfaceType to determine the type of the surface. SurfaceType can have the following values:

value           meaning
______________________________________________
stUnspecified   The surface is not yet created
stPrimary       Primary surface
stBack          Backbuffer surface
stOffScreen     Off-screen surface

Back to TIvorySurface