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