Platform SDK: DirectX

DirectDrawClipper.GetClipList

DirectDrawClipper.GetClipList メソッドは、DirectDrawClipper オブジェクトに関連付けられたクリップ リストのコピーを取得する。

object.GetClipList(rects() As RECT)

パラメータ

object
DirectDrawClipper オブジェクトを表すオブジェクト式。
rects()
クリップ リストが格納される RECT 型の配列。

エラー コード

失敗すればエラーが発生し、Err.Number に次のいずれかの値が設定される。

DDERR_GENERIC
DDERR_INVALIDCLIPLIST
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
DDERR_NOCLIPLIST
DDERR_REGIONTOOSMALL

参照

DirectDrawClipper.SetClipList