Packages
 In this topic

*Methods

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Interface IDirectDrawClipper

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

Methods

getClipList

public void getClipList(Rect rec, int[] rects, int count, Rect boundingrec);

getClipListSize

public int getClipListSize(Rect rec);

getHWnd

public int getHWnd();

initialize

public void initialize(DirectDraw dd, int flags);

isClipListChanged

public int isClipListChanged();

setClipList

public void setClipList(Rect rec, int[] rects, int count);

setHWnd

public void setHWnd(int flags, int hdl);

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.