You are here: Start » AVL.NET » Invoke.SaveImage

Invoke.SaveImage

Saves an image to a file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SaveImage
(
	Avl.Image inImage,
	Optional<Avl.ImageFileFormat> inImageFileFormat,
	string inFile,
	bool inIgnoreErrors
)

Parameters

Name Type Range Default Description
inImageAvl.ImageAn image to be saved.
inImageFileFormatAtl.Optional<Avl.ImageFileFormat>If Nil the format will be chosen on the basis of extension. Default value: atl::NIL.
inFilestringPath to a file.
inIgnoreErrorsboolSwitches to re-trying and canceling in case of errors (e.g. when the disk is full).

See also