You are here: Start » FIL.NET » FIS.SetMultipleImagePixels Method

FIS.SetMultipleImagePixels Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

See also