ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStreamProxy Class / ComStreamProxy Constructor

In This Topic
    ComStreamProxy Constructor
    In This Topic
    Creates an instance of ComStreamProxy for the given sourceStream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sourceStream As Stream _
    )
    public ComStreamProxy( 
       Stream sourceStream
    )

    Parameters

    sourceStream
    See Also