You are here: Start » FIL.NET » FIS.SetMultipleImagePixels Method
FIS.SetMultipleImagePixels Method
Sets pixels of an image to the selected values (each pixel gets another value).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SetMultipleImagePixels ( FilNet.Image ioImage, IList<FilNet.Location> inLocations, IList<FilNet.Pixel> inPixels )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inLocations | System.Collections.Generic.IList<FilNet.Location> | Locations of the pixels to be set. | ||
![]() | inPixels | System.Collections.Generic.IList<FilNet.Pixel> | New pixel values. |