C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / CommandList Class / Stream Method / Stream(CommandSink1) Method
The sink into which the command list will be streamed.

In This Topic
Stream(CommandSink1) Method
In This Topic
Streams the contents of the command list to the specified command sink.
Syntax
'Declaration
 
Public Overloads Sub Stream( _
   ByVal sink As CommandSink1 _
) 
 

Parameters

sink
The sink into which the command list will be streamed.
See Also