D2D1_BITMAP_PROPERTIES1 structure

[This documentation is preliminary and is subject to change.]

Applies to: desktop apps only

TBD

Syntax

struct D2D1_BITMAP_PROPERTIES1 {
  D2D1_PIXEL_FORMAT   pixelFormat;
  FLOAT               dpiX;
  FLOAT               dpiY;
  D2D1_BITMAP_OPTIONS bitmapOptions;
  ID2D1ColorContext   *colorContext;
};

Members

  • pixelFormat
    The bitmap's pixel format and alpha mode.

  • dpiX
    The horizontal dpi of the bitmap.

  • dpiY
    The vertical dpi of the bitmap.

  • bitmapOptions
    TBD

  • colorContext
    TBD

Requirements

Minimum supported client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008

Header

D2d1_1.h

 

 

Build date: 2/14/2012