This is an interface of the com.ms.directX package.
public interface IDirectDrawClipper extends IUnknown { // Methods public void getClipList(Rect rec, int[] rects, int count, Rect boundingrec); 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 setHWnd(int flags, int hdl); }
For a description of methods and parameters, see DirectDrawClipper.
IUnknown | +--IDirectDrawClipper