www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_3DI_Library v1.90 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: admin@bcb-tools.com.
|
|