ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearFile Class / ImGearFile Constructor
Name of the file with complete path.




In This Topic
    ImGearFile Constructor
    In This Topic
    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