ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.IO.Stream _
    )
    public ComStreamProxy( 
       System.IO.Stream sourceStream
    )

    Parameters

    sourceStream
    See Also