You are here: Start » FIL.NET » Invoke.ImagePixels
Returns an array of pixels from the input image.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImagePixels ( Fil.Image inImage, Optional<Fil.Region> inRoi, List<Fil.Pixel> outPixels )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outPixels | System.Collections.Generic.List<Fil.Pixel> |