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