Packages
 In this topic

*Methods

 

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

 


Interface IDirect3dViewport

public interface IDirect3dViewport extends IUnknown
{
  // Methods
  public void clear(D3dRect rec, int flags);
  public void getBackground(int[] hdl, int[] stat);
  public DirectDrawSurface getBackgroundDepth(int[] status);
  public void getViewport(D3dViewportDesc vp);
  public void setBackground(int hdl);
  public void setBackgroundDepth(DirectDrawSurface surface);
  public void setViewport(D3dViewportDesc vp);
}

For a description of methods and parameters, see Direct3dViewport.

IUnknown
  |
  +--IDirect3dViewport

Methods

clear

public void clear(D3dRect rec, int flags);

getBackground

public void getBackground(int[] hdl, int[] stat);

getBackgroundDepth

public DirectDrawSurface getBackgroundDepth(int[] status);

getViewport

public void getViewport(D3dViewportDesc vp);

setBackground

public void setBackground(int hdl);

setBackgroundDepth

public void setBackgroundDepth(DirectDrawSurface surface);

setViewport

public void setViewport(D3dViewportDesc vp);

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