Platform SDK: DirectX

Direct3DDevice7.GetClipStatus

The Direct3DDevice7.GetClipStatus method gets the current clip status.

object.GetClipStatus(clipStatus As D3DCLIPSTATUS)

Parameters

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

Error Codes

If the method fails, an error is raised and Err.Number may be set to DDERR_INVALIDPARAMS if one of the parameters is invalid.

See Also

Direct3DDevice7.SetClipStatus