Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_Draw::CreateSurface() ]
[ next: DDEnumerate() ]
[ prev: CreatePalette() ]
public:
virtual bool __fastcall CreateSurface( TDDSurfaceDesc* pSurfaceDesc, TDx_DrawSurface* pSurface );
TDX_DRAW::CREATESURFACE()
[ component method ]
- Description
- Parameters
SurfaceDesc
The SurfaceDesc parameter references a TDDSurfaceDesc component describing the surface to be created.
Unused properties of the component referenced by this parameter should be set to zero before this method is called.
Surface
The Surface parameter will reference the newly created surface if this method returns successfully.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|