'Declaration Public Function New( _ ByVal name As System.String, _ ByVal imageStream As System.IO.Stream _ )
'Usage Dim name As System.String Dim imageStream As System.IO.Stream Dim instance As New Picture(name, imageStream)
public Picture( System.string name, System.IO.Stream imageStream )
Parameters
- name
- The picture name.
- imageStream
- The image stream of the picture.