ComponentOne Imaging for Silverlight Library
C1Bitmap Constructor(Stream)

C1.Silverlight.Imaging Namespace > C1Bitmap Class > C1Bitmap Constructor : C1Bitmap Constructor(Stream)
The System.IO.Stream that contains the source graphics file for this C1Bitmap.
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

Reference

C1Bitmap Class
C1Bitmap Members
Overload List