D2D1_BITMAP_OPTIONS_NONE

Undocumented in source.

Values

ValueMeaning
D2D1_BITMAP_OPTIONS_NONE0x00000000

<summary> The bitmap is created with default properties. </summary>

D2D1_BITMAP_OPTIONS_TARGET0x00000001

<summary> The bitmap can be specified as a target in ID2D1DeviceContext::SetTarget </summary>

D2D1_BITMAP_OPTIONS_CANNOT_DRAW0x00000002

<summary> The bitmap cannot be used as an input to DrawBitmap, DrawImage, in a bitmap brush or as an input to an effect. </summary>

D2D1_BITMAP_OPTIONS_CPU_READ0x00000004

<summary> The bitmap can be read from the CPU. </summary>

D2D1_BITMAP_OPTIONS_GDI_COMPATIBLE0x00000008

<summary> The bitmap works with the ID2D1GdiInteropRenderTarget::GetDC API. </summary>

Meta