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

FIL.SetImagePixel

Sets a pixel of an image to the selected value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SetImagePixel
(
	FilNet.Image ioImage,
	FilNet.Location inLocation,
	FilNet.Pixel inPixel
)

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inLocationFilNet.LocationLocation of the pixel 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 SetImagePixel.

See also