[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.CommandList

CommandList Class

ID2D1CommandList

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("b4f34a19-2383-4d76-94f6-ec343657c3dc")]
public class CommandList : Image, IDisposable, IUnknown

Constructors

Name Description
CommandList(IntPtr)

Initializes a new instance of the CommandList class.

Methods

Name Description
Close()

HRESULT ID2D1CommandList::Close()

Create(DeviceContext)

Initializes a new instance of the CommandList class.

Stream(CommandSink)

Streams the contents of the command list to the specified command sink.

Stream(CommandSink1)

Streams the contents of the command list to the specified command sink.

Operators

Name Description
explicit operator CommandList(IntPtr)

Performs an explicit conversion from IntPtr to CommandList.