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 | |
---|---|---|---|---|---|
![]() | 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. |