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