You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.GetImagePixel

FIL.GetImagePixel

Returns a single pixel of an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

Error type Description
DomainError Input location exceeds dimensions of an input image in GetImagePixel.

See also