Platform SDK: DirectX

Direct3DDevice7.SetClipStatus

The Direct3DDevice7.SetClipStatus method sets the current clip status.

object.SetClipStatus(clipStatus As D3DCLIPSTATUS)

Parameters

object
Object expression that resolves to a Direct3DDevice7 object.
clipStatus
A D3DCLIPSTATUS type that describes the new settings for the clip status.

Error Codes

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.

See Also

Direct3DDevice7.GetClipStatus