You are here: Start » AVL.NET » AVS.GetMultipleImagePixelValues_Safe Method
AVS.GetMultipleImagePixelValues_Safe Method
Returns an array of pixel values at specified locations; the image range is checked.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
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> |


