Microsoft SDK for Java

createClipper

This method of the DirectDraw Class creates a DirectDrawClipper object.

Syntax

public DirectDrawClipper createClipper(int flags);

Return Value

Returns the DirectDrawClipper object if successful; otherwise, returns null.

Parameters

flags This parameter is currently not used and must be set to 0.

Remarks

The DirectDrawClipper object can be attached to a DirectDrawSurface and used during blt and updateOverlay operations.

See Also

com.ms.directX.DirectDrawSurface

© 1999 Microsoft Corporation. All rights reserved. Terms of use.