Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TDx_3DDevice::GetRenderTarget() ]
[ next: GetTexture() ]
[ prev: GetRenderState() ]
public:
virtual bool __fastcall GetRenderTarget( TDx_DrawSurface* pRenderTarget );
TDX_3DDEVICE::GETRENDERTARGET()
[ component method ]
- Description
The
TDx_3DDevice::GetRenderTarget
method
will
retrieve
the
rendering
target
surface.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDPARAMS
- Parameters
RenderTarget
The RenderTarget parameter will reference the TDx_DrawSurface component acting as the rendering target of this device 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.
|
|