ImageGear .NET - Updated
ImGearFile Constructor




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearFile Class : ImGearFile Constructor
Name of the file with complete path.
Initializes a new instance of the ImGearFile class.
Syntax
'Declaration
 
Protected Function New( _
   ByVal path As String _
)
'Usage
 
Dim path As String
 
Dim instance As New ImGearFile(path)
protected ImGearFile( 
   string path
)
protected: ImGearFile( 
   string* path
)
protected:
ImGearFile( 
   String^ path
)

Parameters

path
Name of the file with complete path.
Remarks
This constructor creates and initializes an instance of ImGearFile class.
See Also

Reference

ImGearFile Class
ImGearFile Members