You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.TestImage
Returns a sample image.
Namespace: | AvlNet |
---|---|
Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void TestImage ( AvlNet.TestImageId inImageId, NullableRef<AvlNet.Image> outRgbImage, NullableRef<AvlNet.Image> outMonoImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
inImageId | AvlNet.TestImageId | ID of test image. | |||
outRgbImage | AvlNet.NullableRef<AvlNet.Image> | Output color image. Can be null to skip this parameter calculation. | |||
outMonoImage | AvlNet.NullableRef<AvlNet.Image> | Output mono image. Can be null to skip this parameter calculation. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | This image is not available in your region. |