ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearLocalFile Class / ImGearLocalFile Constructor / ImGearLocalFile Constructor(String)
Name of file with full path.




In This Topic
    ImGearLocalFile Constructor(String)
    In This Topic
    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