DirectX SDK |
The Direct3DDevice7.SetClipStatus method sets the current clip status.
object.SetClipStatus(clipStatus As D3DCLIPSTATUS)
If the method fails, an error is raised and Err.Number may be set to DDERR_INVALIDPARAMS if the clipStatus parameter is invalid.
For information on trapping errors, see the Visual Basic Error Trapping topic.