GetClipList
Applies to

TDirectDrawClipper

Declaration

procedure GetClipList( const Rect: TRect; pClipList: PRgnData ): DWord;

Description

Calls the interface GetClipList method to return a copy of the clip list associated with this object. A subset can be selected by passing a rectangle that clips the clip list. The function returns the size of the resulting clip list. See IDirectDrawClipper::GetClipList for more information.