You are here: Start » FIL.NET » Invoke.GetImagePixel_Interpolated

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
inImageFil.ImageInput image.
inPointFil.Point2DPoint on the input image to be accessed.
inInterpolationFil.InterpolationMethodBilinearDefault value: Bilinear.
outPixelFil.PixelOutput pixel.
outValuefloatAverage pixel value.

See also