You are here: Start » FIL.NET » FIS.GetImagePixel_Interpolated Method
FIS.GetImagePixel_Interpolated Method
Returns an interpolated single pixel of an image.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void GetImagePixel_Interpolated ( FilNet.Image inImage, FilNet.Point2D inPoint, FilNet.InterpolationMethod inInterpolation, out FilNet.Pixel outPixel, out float outValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inPoint | FilNet.Point2D | Point on the input image to be accessed. | ||
![]() | inInterpolation | FilNet.InterpolationMethod | Bilinear | Default value: Bilinear. | |
![]() | outPixel | FilNet.Pixel | Output pixel. | ||
![]() | outValue | float | Average pixel value. |


