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::SetViewPort() ]
[ next: ValidateDevice() ]
[ prev: SetTransform() ]
public:
virtual bool __fastcall SetViewPort( TD3DViewPort* pViewport );
TDX_3DDEVICE::SETVIEWPORT()
[ component method ]
- Description
The
TDx_3DDevice::SetViewport()
method
will
define
the
device's
viewport
settings.
Viewport
settings
beyond
those
possiible
within
the
render
target
surface
will
cause
this
method
to
fail.
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 the TD3DViewPort component holding the viewport settings to be defined for this device.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|