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