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

Invoke.GetImagePixel

Returns a single pixel of an image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetImagePixel
(
	Fil.Image inImage,
	Fil.Location inLocation,
	out Fil.Pixel outPixel,
	out float outValue
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inLocationFil.LocationLocation of the pixel to be accessed.
outPixelFil.PixelOutput pixel.
outValuefloatAverage pixel value.

See also