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.
public void setClipList(Rect rec, int [] rects, int count);
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. |
The clip list cannot be set if a window handle is already associated with the DirectDrawClipper object. Note that the bltFast method cannot clip.