This method of the DirectDraw Class creates a DirectDrawClipper object.
public DirectDrawClipper createClipper(int flags);
Returns the DirectDrawClipper object if successful; otherwise, returns null.
flags | This parameter is currently not used and must be set to 0. |
The DirectDrawClipper object can be attached to a DirectDrawSurface and used during blt and updateOverlay operations.
com.ms.directX.DirectDrawSurface