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