[ TDx_3DDevice ]
[ next: GetDirect3D() ]
[ prev: GetClipPlane() ]
public:
virtual bool __fastcall GetClipStatus( TD3DClipStatus* pD3DClipStatus );
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Parameters
See Also
The
TDx_3DDevice::GetClipStatus()
method
will
retrieve
the
current
clip
status.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDPARAMS
PARAMETERS
Top
See Also
D3DClipStatus
The D3DClipStatus parameter references a TD3DClipStatus component for holding the current clip status if this method returns successfully.
SEE ALSO
Top
Parameters