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

AVL.SetMultipleImagePixels

Sets pixels of an image to the selected values (each pixel gets another value).

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SetMultipleImagePixels
(
	AvlNet.Image ioImage,
	IList<AvlNet.Location> inLocations,
	IList<AvlNet.Pixel> inPixels
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inLocationsSystem.Collections.Generic.IList<AvlNet.Location>Locations of the pixels to be set.
inPixelsSystem.Collections.Generic.IList<AvlNet.Pixel>New pixel values.

Errors

List of possible exceptions:

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

See also