You are here: Start » AVL.NET » AVL.TestImage

AVL.TestImage

Returns a sample image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestImage
(
	AvlNet.TestImageId inImageId,
	out AvlNet.Image outRgbImage,
	out AvlNet.Image outMonoImage
)

Parameters

Name Type Range Default Description
inImageIdAvlNet.TestImageIdID of test image.
outRgbImageAvlNet.ImageOutput color image.
outMonoImageAvlNet.ImageOutput mono image.

Errors

Error type Description
DomainError This image is not available in your region.

See also