You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.SaveImageObject

AVL.SaveImageObject

Saves serialized Image object as AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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