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

