ComponentOne Bitmap for UWP
C1.UWP.DX 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