You are here: Start » AVL.NET » AVL.SetImagePixels Method

AVL.SetImagePixels Method

Sets pixels of an image to the selected value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SetImagePixels(
	ref AvlNet.Image ioImage,
	AvlNet.Location[] inLocations,
	AvlNet.Pixel inPixel
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inLocationsAvlNet.LocationLocations of the pixels to be set.
inPixelAvlNet.PixelNew pixel value.

Errors

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

See also