Saves the output image to the specified file in the specified format.

Namespace:  Neodynamic.SDK
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)

Syntax

C#
public void Save(
	string fileName,
	ImageFormat format
)
Visual Basic (Declaration)
Public Sub Save ( _
	fileName As String, _
	format As ImageFormat _
)
Visual C++
public:
void Save(
	String^ fileName, 
	ImageFormat^ format
)

Parameters

fileName
Type: System..::.String
A string that contains the name of the file to which to save the output image.
format
Type: System.Drawing.Imaging..::.ImageFormat
The ImageFormat object for the output image.

See Also