Nevron .NET Vision
Nevron.GraphicsCore Namespace / INImage Interface / SaveToFile Method


In This Topic
    SaveToFile Method (INImage)
    In This Topic
    Saves the image to a file.
    Syntax
    'Declaration
     
    
    Sub SaveToFile( _
       ByVal file As System.String, _
       ByVal format As INFileFormat _
    ) 
    'Usage
     
    
    Dim instance As INImage
    Dim file As System.String
    Dim format As INFileFormat
     
    instance.SaveToFile(file, format)
    void SaveToFile( 
       System.string file,
       INFileFormat format
    )

    Parameters

    file
    format
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also