Applications use the methods of the DirectDrawClipper Class of the com.ms.directX package to manage clip lists.
public class DirectDrawClipper implements IDirectDrawClipper { // Methods public void getClipList(Rect rec, int [] rects, int count, Rect boundingrect); public int getClipListSize(Rect rec); public int getHWnd(); public void initialize(DirectDraw dd, int flags); public int isClipListChanged(); public void setClipList(Rect rec, int [] rects, int count); public void setComponent(Component c); public void setHWnd(int flags, int hdl); public void setOffset(int x, int y); public void setSurfaceOffset(Point point); public void setSurfaceVisRgn(Region visRgn); }