You are here: Start » AVL.NET » AVL.SetMultipleImagePixels
Sets pixels of an image to the selected values.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
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. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input location exceeds dimensions of an input image in SetMultipleImagePixels. |

