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

AVS.LoadImageObject Method

Loads serialized Image object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadImageObject
(
	string inFilename,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inFilenamestringName of the source file.
outImageAvlNet.ImageDeserialized output Image.

See also