Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImage Class / SaveToFile Method


In This Topic
    SaveToFile Method (NImage)
    In This Topic
    Obtains an image generated from the image renderer and saves it to the specified file.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub SaveToFile( _
       ByVal file As System.String, _
       ByVal format As INFileFormat _
    ) 
    'Usage
     
    
    Dim instance As NImage
    Dim file As System.String
    Dim format As INFileFormat
     
    instance.SaveToFile(file, format)
    public abstract 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