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::GetViewPort() ]
[ next: Internal_EnumTextureFormatsCallback() ]
[ prev: GetTransform() ]
public:
virtual bool __fastcall GetViewPort( TD3DViewPort* pViewport );
TDX_3DDEVICE::GETVIEWPORT()
[ component method ]
- Description
The
TDx_3DDevice::GetViewport()
method
will
retrieve
the
device's
viewport
settings.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDPARAMS
- Parameters
Viewport
The Viewport parameter references a TD3DViewPort component for holding the retrieved viewport settings 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.
|
|