ImageGear .NET v24.12 - Updated
ImGearLocalFile Constructor(String)




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

Parameters

path
Name of file with full path.
See Also

Reference

ImGearLocalFile Class
ImGearLocalFile Members
Overload List