Microsoft SDK for Java

IDirect3dViewport Interface

This is an interface of the com.ms.directX package.

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.

Hierarchy

IUnknown 
  |
  +--IDirect3dViewport

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