Microsoft SDK for Java

DirectDrawBitmap Class

Applications use the DirectDrawBitmap Class of the com.ms.directX package to create and manage bitmaps.

public class DirectDrawBitmap implements IDirectDrawBitmap
{
  // Methods
  public void filename(String val);
  public int height();
  public void initHeight(int val);
  public void initWidth(int val);
  public int loaded();
  public int width();
}

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