Microsoft SDK for Java

D3dRMImage Class

The D3dRMImage Class of the com.ms.directX package describes an image that is attached to a texture by the Direct3dRM.createTexture method. The Direct3dRMTexture.getImage method returns this image.

public final class D3dRMImage
{
  // Fields
  public int alpha_mask;
  public int aspectX;
  public int aspectY;
  public int blue_mask;
  public int bytes_per_line;
  public int depth;
  public int green_mask;
  public int height;
  public int palette_size;
  public int red_mask;
  public int rgb;
  public int width;
}

See Also

Direct3dRM, Direct3dRMTexture.

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