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


