You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.SetImagePixel
Sets a pixel of an image to the selected value.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
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. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input location exceeds dimensions of an input image in SetImagePixel. |

