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

Invoke.SaveImageObject

Saves serialized Image object as AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SaveImageObject
(
	Avl.Image inImage,
	string inFilename
)

Parameters

Name Type Range Default Description
inImageAvl.ImageImage to be serialized.
inFilenamestringName of the target file.

See also