Table of Contents

Enum DeviceContextOptions

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

This specifies options that apply to the device context for its lifetime.
D2D1_DEVICE_CONTEXT_OPTIONS

[Flags]
public enum DeviceContextOptions

Fields

None = 0

The device context is created with default options.

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.