You are here: Start » FIL.NET » Invoke.SetImagePixel

Invoke.SetImagePixel

Sets a pixel of an image to the selected value.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
ioImageFil.Image
inLocationFil.LocationLocation of the pixel to be set.
inPixelFil.PixelNew pixel value.

See also