[]
ID2D1Multithread
[Guid("31e6e7bc-e0ff-4d46-8c64-a0a8c41c15d3")]
public class Multithread : ComObject, IDisposable, IUnknown
Initializes a new instance of the Multithread class.
public Multithread(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
void ID2D1Multithread::Enter()
public void Enter()
BOOL ID2D1Multithread::GetMultithreadProtected()
public bool GetMultithreadProtected()
void ID2D1Multithread::Leave()
public void Leave()
Performs an explicit conversion from System.IntPtr to Multithread.
public static explicit operator Multithread(IntPtr nativePointer)
nativePointer
System.IntPtr