Microsoft SDK for Java

DirectDrawClipper Class Methods

The DirectDrawClipper Class contains the following methods:

getClipList retrieves a copy of the clip list associated with a DirectDrawClipper object.
getClipListSize retrieves the size of the portion of the clip list contained with the given rectangle.
getHWnd retrieves the window handle previously associated with this DirectDrawClipper object by the setHWnd method.
initialize initializes a DirectDrawClipper object.
isClipListChanged monitors the status of the clip list if a window handle is associated with a DirectDrawClipper object.
setClipList sets or deletes the clip list used by the blt and updateOverlay methods on surfaces that the parent DirectDrawClipper object is attached to.
setComponent associates the surface object with a top-level Java component.
setHWnd sets the window handle that will obtain the clipping information.
setOffset calls to native code to translate a surface to new coordinates.
setSurfaceOffset translates a surface to new coordinates.
setSurfaceVisRgn sets a visible region for the surface.

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