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