You are here: Start » FIL.NET » FIS.SetImagePixel Method
FIS.SetImagePixel Method
Sets a pixel of an image to the selected value.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void SetImagePixel ( FilNet.Image ioImage, FilNet.Location inLocation, FilNet.Pixel inPixel )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioImage | FilNet.Image | ||||
![]() | inLocation | FilNet.Location | Location of the pixel to be set. | ||
![]() | inPixel | FilNet.Pixel | New pixel value. |

