ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / C1Bitmap Constructor / C1Bitmap Constructor(Stream)
The System.IO.Stream that contains the source graphics file for this C1Bitmap.

In This Topic
    C1Bitmap Constructor(Stream)
    In This Topic
    Initializes a new C1Bitmap with the contents of an image stream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As System.IO.Stream _
    )
    public C1Bitmap( 
       System.IO.Stream stream
    )

    Parameters

    stream
    The System.IO.Stream that contains the source graphics file for this C1Bitmap.
    See Also