DotMSN

DisplayImage Constructor (String, Stream, String)

Loads an image based on a stream.

[Visual Basic]
Overloads Public Sub New( _
   ByVal creator As String, _
   ByVal input As Stream, _
   ByVal location As String _
)
[C#]
public DisplayImage(
   string creator,
   Stream input,
   string location
);

Parameters

creator
Creator of the image
input
Stream representing the image
location
A location name given to the image

See Also

DisplayImage Class | XihSolutions.DotMSN Namespace | DisplayImage Constructor Overload List