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

FIS.SetImagePixels Method

Sets multiple pixels of an image to the selected value (all the pixels get the same value).

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SetImagePixels
(
	FilNet.Image ioImage,
	IList<FilNet.Location> inLocations,
	FilNet.Pixel inPixel
)

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inLocationsSystem.Collections.Generic.IList<FilNet.Location>Locations of the pixels to be set.
inPixelFilNet.PixelNew pixel value.

See also