How can we improve?
'Declaration Public Function New( _ ByVal imageFile As String _ )
'Declaration
Public Function New( _ ByVal imageFile As String _ )
'Usage Dim imageFile As String Dim instance As New Image(imageFile)
'Usage
Dim imageFile As String Dim instance As New Image(imageFile)
public Image( string imageFile )
public: Image( string* imageFile )
public: Image( String^ imageFile )
The picture must be presented in one of the following formats:
BMP, CLP, CUR, DIB, DNG, GIF, JPEG, PNG, TIFF
Image Class Image Members Overload List