You are here: Start » AVL.NET » AVL.SetImagePixel Method
AVL.SetImagePixel Method
Sets a pixel of an image to the selected value.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SetImagePixel( ref AvlNet.Image ioImage, AvlNet.Location inLocation, AvlNet.Pixel inPixel )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioImage | AvlNet.Image | ||||
![]() | inLocation | AvlNet.Location | Location of the pixel to be set. | ||
![]() | inPixel | AvlNet.Pixel | New pixel value. |
Errors
| Error type | Description |
|---|---|
| DomainError | Input location exceeds dimensions of an input image in SetImagePixel. |

