ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CommandList Class / Stream Method / Stream(CommandSink) Method
The sink into which the command list will be streamed.

In This Topic
    Stream(CommandSink) 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 CommandSink _
    ) 
    public void Stream( 
       CommandSink sink
    )

    Parameters

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