You are here: Start » AVL.NET » AVS.SaveImageObject Method

AVS.SaveImageObject Method

Saves serialized Image object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SaveImageObject
(
	AvlNet.Image inImage,
	string inFilename
)

Parameters

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

See also