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

FIS.SetImagePixel Method

Sets a pixel of an image to the selected value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

See also