DirectX SDK

DirectDrawClipper.GetClipList

The DirectDrawClipper.GetClipList method retrieves a copy of the clip list associated with a DirectDrawClipper object.

object.GetClipList(rects() As RECT)

Parameters

object
Object expression that resolves to a DirectDrawClipper object.
rects()
Array of RECT types filled with the clip list.

Error Codes

If the method fails, it raises an error, and Err.Number can be set to one of the following values:

DDERR_GENERIC
DDERR_INVALIDCLIPLIST
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
DDERR_NOCLIPLIST
DDERR_REGIONTOOSMALL

See Also

DirectDrawClipper.SetClipList