Document Solutions for PDF
DS.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / CommandList Class / Stream Method / Stream(ICommandSink) Method
The sink into which the command list will be streamed.

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

    Parameters

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