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