You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.SetImagePixel

AVL.SetImagePixel

Sets a pixel of an image to the selected value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SetImagePixel
(
	AvlNet.Image ioImage,
	AvlNet.Location inLocation,
	AvlNet.Pixel inPixel
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inLocationAvlNet.LocationLocation of the pixel to be set.
inPixelAvlNet.PixelNew pixel value.

Errors

List of possible exceptions:

Error type Description
DomainError Input location exceeds dimensions of an input image in SetImagePixel.

See also