Microsoft SDK for Java

setClipList

This method of the DirectDrawClipper Class sets or deletes the clip list used by the blt and updateOverlay methods on surfaces that the parent DirectDrawClipper object is attached to.

Syntax

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

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 list.

Remarks

The clip list cannot be set if a window handle is already associated with the DirectDrawClipper object. Note that the bltFast method cannot clip.

See Also

getClipList

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