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, IList<FilNet.Pixel> outPixels )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | outPixels | System.Collections.Generic.IList<FilNet.Pixel> |


