You are here: Start » FIL.NET » FIS.GetImagePixel Method

FIS.GetImagePixel Method

Returns a single pixel of an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetImagePixel
(
	FilNet.Image inImage,
	FilNet.Location inLocation,
	out FilNet.Pixel outPixel,
	out float outValue
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inLocationFilNet.LocationLocation of the pixel to be accessed.
outPixelFilNet.PixelOutput pixel.
outValuefloatAverage pixel value.

See also