Table of Contents

Class Multithread

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("31e6e7bc-e0ff-4d46-8c64-a0a8c41c15d3")]
public class Multithread : ComObject
Inheritance
Multithread

Constructors

Multithread(nint)

public Multithread(nint nativePtr)

Parameters

nativePtr nint

Properties

MultithreadProtected

Returns whether the Direct2D factory was created with the D2D1_FACTORY_TYPE_MULTI_THREADED flag.

public RawBool MultithreadProtected { get; }

Property Value

RawBool

Methods

Enter()

Enters the Direct2D API critical section, if it exists.

public void Enter()

Leave()

Leaves the Direct2D API critical section, if it exists.

public void Leave()

Operators

explicit operator Multithread(nint)

public static explicit operator Multithread(nint nativePtr)

Parameters

nativePtr nint

Returns

Multithread