Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_DrawSurface::EnumOverlayZOrders() ]
[ next: Flip() ]
[ prev: EnumAttachedSurfaces() ]
public:
virtual bool __fastcall EnumOverlayZOrders( dword pFlags, void* pContext );
TDX_DRAWSURFACE::ENUMOVERLAYZORDERS()
[ component method ]
- Description
- Parameters
Flags
The Flags parameter defines flags indicating the enumeration direction.
The described effect applies when the flag is set.
DDENUMOVERLAYZ_BACKTOFRONT
Enumerate overlay surfaces from back to front.
DDENUMOVERLAYZ_FRONTTOBACK
Enumerate overlay surfaces from front to back.
Context
The Context parameter references an application defined object passed to the TDx_DrawSurface::EnumSurfacesCallback() event for each overlay surface enumerated.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|