Picture Constructor(Stream,String)
Initializes a new instance of the
Picture class.
'Declaration
Public Function New( _
ByVal As Stream, _
ByVal As String _
)
'Usage
Dim imageStream As Stream
Dim contentType As String
Dim instance As New Picture(imageStream, contentType)
Parameters
- imageStream
- The image data stream.
- contentType
- The content type of the data stream.