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

Invoke.LoadImageFormat

Loads a single image format from a file without loading all image data.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void LoadImageFormat
(
	string inFile,
	bool inLoadAlphaChannel,
	out Avl.ImageFormat outImageFormat
)

Parameters

Name Type Range Default Description
inFilestringPath to a file.
inLoadAlphaChannelbool
outImageFormatAvl.ImageFormat

See also