Table of Contents

Enum DeviceContextOptions

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

Fields

EnableMultithreadedOptimizations = 1

Distribute rendering work across multiple threads. Refer to Improving the performance of Direct2D apps for additional notes on the use of this flag.

None = 0

The device context is created with default options.