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

AVL.LoadImageObject Method

Loads serialized Image object from avdata file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also