You are here: Start » AVL.NET » AVL.GetMultipleImagePixelValues_Safe
AVL.GetMultipleImagePixelValues_Safe
Safely returns an array of pixel values of an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void GetMultipleImagePixelValues_Safe ( AvlNet.Image inImage, IList<AvlNet.Point2D> inPoints, AvlNet.InterpolationMethod inInterpolation, float inDefault, IList<float> outValues )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inPoints | System.Collections.Generic.IList<AvlNet.Point2D> | |||
![]() | inInterpolation | AvlNet.InterpolationMethod | Bilinear | Default value: Bilinear. | |
![]() | inDefault | float | 0.0f | Default value: 0.0f. | |
![]() | outValues | System.Collections.Generic.IList<float> |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unknown interpolation method in GetMultipleImagePixelValues_Safe. |


