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

FIL.SetMultipleImagePixels

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inLocationsSystem.Collections.Generic.IList<FilNet.Location>Locations of the pixels to be set.
inPixelsSystem.Collections.Generic.IList<FilNet.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