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.
public void getClipList(Rect rec, int [] rects, int count, Rect boundingrect);
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. |