[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.CommandList

Class CommandList

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

ID2D1CommandList

[Guid("b4f34a19-2383-4d76-94f6-ec343657c3dc")]
public class CommandList : Image, IDisposable, IUnknown
Inheritance
object
CommandList
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

CommandList(IntPtr)

Initializes a new instance of the CommandList class.

public CommandList(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

Close()

HRESULT ID2D1CommandList::Close()

public void Close()

Create(DeviceContext)

Initializes a new instance of the CommandList class.

public static CommandList Create(DeviceContext deviceContext)

Parameters

deviceContext DeviceContext

The device context.

Returns

CommandList

Stream(ICommandSink)

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

public void Stream(ICommandSink sink)

Parameters

sink ICommandSink

The sink into which the command list will be streamed.

Stream(ICommandSink1)

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

public void Stream(ICommandSink1 sink)

Parameters

sink ICommandSink1

The sink into which the command list will be streamed.

Operators

explicit operator CommandList(IntPtr)

Performs an explicit conversion from System.IntPtr to CommandList.

public static explicit operator CommandList(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

CommandList