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

FIL.SetImagePixels

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Errors

List of possible exceptions:

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

See also