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

Invoke.LoadImageObject

Loads serialized Image object from AVDATA file.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadImageObject
(
	string inFilename,
	Avl.Image outImage
)

Parameters

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

See also