You are here:
Start »
AVL.NET »
AVL.SetImagePixel(AvlNet.Image, AvlNet.Location, AvlNet.Pixel)
AVL.SetImagePixel(AvlNet.Image, AvlNet.Location, AvlNet.Pixel)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void SetImagePixel(
ref AvlNet.Image ioImage,
AvlNet.Location inLocation,
AvlNet.Pixel inPixel
)
Parameters
- ioImage
- Type: AvlNet.Image
- inLocation
- Type: AvlNet.Location
- inPixel
- Type: AvlNet.Pixel
Errors
| Error type |
Description |
| DomainError |
Input location exceeds dimensions of an input image in SetImagePixel. |
See also