D3DMXIMAGE_INFO (Windows Embedded CE 6.0)

1/6/2010

This structure is used to return a rough description of what the original contents of an image file looked like.

Syntax

typedef struct _D3DMXIMAGE_INFO {
  UINT       Width;
  UINT       Height;
  UINT       Depth;
  UINT       MipLevels;
  D3DMFORMAT Format;
} D3DMXIMAGE_INFO;

Members

  • Width
    A UINT value that identifies the width of original image in pixels
  • Height
    A UINT value that identifies the height of original image in pixels
  • Depth
    A UINT value that identifies the color depth of original image in pixels
  • MipLevels
    Number of mip levels in original image
  • Format
    An element of the D3DMFORMAT enumeration that most closely describes the data in the original image

Requirements

Header d3dmx.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

D3DMX Structures