You are here: Start » FIL.NET » Function Reference » Image » Image Basics » 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 | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inLocation | FilNet.Location | Location of the pixel to be accessed. | ||
![]() | outPixel | FilNet.Pixel | Output pixel. | ||
![]() | outValue | float | Average pixel value. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input location exceeds dimensions of an input image in GetImagePixel. |