Table of Contents

Enum BitmapOptions

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Flags]
public enum BitmapOptions

Fields

CannotDraw = 2

The bitmap cannot be used as an input.

CpuRead = 4

The bitmap can be read from the CPU.

GdiCompatible = 8

The bitmap works with ID2D1GdiInteropRenderTarget::GetDC.

Note??This flag is not available in Windows Store apps. ?
None = 0

The bitmap is created with default properties.

Target = 1

The bitmap can be used as a device context target.