Table of Contents

Enum ThreadingMode

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Specifies the threading mode used while simultaneously creating the device, factory, and device context.

public enum ThreadingMode

Fields

MultiThreaded = 1

Resources may be invoked from multiple threads. Resources use interlocked reference counting and their state is protected.

SingleThreaded = 0

Resources may only be invoked serially. Device context state is not protected from multi-threaded access.