You are here: Start » AVL.NET » Invoke.SetImagePixel
Sets a pixel of an image to the selected value.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SetImagePixel ( Avl.Image ioImage, Avl.Location inLocation, Avl.Pixel inPixel )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | Avl.Image | ||||
![]() | inLocation | Avl.Location | Location of the pixel to be set. | ||
![]() | inPixel | Avl.Pixel | New pixel value. |