Microsoft SDK for Java

getClipList

This method of the DirectDrawClipper Class retrieves a copy of the clip list associated with a DirectDrawClipper object. A subset of the clip list can be selected by passing a rectangle that clips the clip list.

Syntax

public void getClipList(Rect rec, int [] rects, int count, Rect boundingrect);

Parameters

rec A Rect object that is used to clip the clip list.
rects An int array containing a list of rectangle dimensions.
count The number of rectangles in the array.
boundingrect The bounding rectangle.

See Also

setClipList

© 1999 Microsoft Corporation. All rights reserved. Terms of use.