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

AVL.LoadImageObject

Loads serialized Image object from AVDATA file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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