ComponentOne Bitmap for UWP
Stream(CommandSink) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > CommandList Class > Stream Method : Stream(CommandSink) Method
The sink into which the command list will be streamed.
Streams the contents of the command list to the specified command sink.
Syntax
'Declaration
 
Public Overloads Sub Stream( _
   ByVal sink As CommandSink _
) 
public void Stream( 
   CommandSink sink
)

Parameters

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

Reference

CommandList Class
CommandList Members
Overload List