Nevron.GraphicsCore Namespace / NImage Class / SaveToFile Method


SaveToFile Method (NImage)
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)

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