You are here: Start » FIL.NET » FIL.GetMultipleImagePixelValues_Safe
FIL.GetMultipleImagePixelValues_Safe
Safely returns an array of pixel values of an image.
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. |