You are here: Start » AVL.NET » AVS.SetMultipleImagePixels Method

AVS.SetMultipleImagePixels Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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.

See also