DotMSN

DisplayImage Constructor (String, String)

Loads the image in the specified file.

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

Parameters

creator
Creator of the image
file
Filename of the imagefile

See Also

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