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

