You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inLocation | Fil.Location | Location of the pixel to be accessed. | ||
![]() | outPixel | Fil.Pixel | Output pixel. | ||
![]() | outValue | float | Average pixel value. |