You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.GetMultipleImagePixelValues_Safe
FIL.GetMultipleImagePixelValues_Safe
Returns an array of pixel values at specified locations; the image range is checked.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void GetMultipleImagePixelValues_Safe ( FilNet.Image inImage, IList<FilNet.Point2D> inPoints, FilNet.InterpolationMethod inInterpolation, float inDefault, IList<float> outValues )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inInterpolation | FilNet.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. |