Enum DeviceContextOptions
[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.