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

Invoke.SetImagePixels

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SetImagePixels
(
	Fil.Image ioImage,
	List<Fil.Location> inLocations,
	Fil.Pixel inPixel
)

Parameters

Name Type Range Default Description
ioImageFil.Image
inLocationsSystem.Collections.Generic.List<Fil.Location>Locations of the pixels to be set.
inPixelFil.PixelNew pixel value.

See also