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

AVS.LoadImage Method

Loads a single image from a file.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LoadImage
(
	string inFile,
	bool inLoadAlphaChannel,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inFilestringPath to a file.
inLoadAlphaChannelboolWhether to load the alpha channel (if exists) as an additional image channel.
outImageAvlNet.ImageOutput image.

See also