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

