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

Invoke.SetMultipleImagePixels

Sets pixels of an image to the selected values (each pixel gets another value).

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
ioImageFil.Image
inLocationsSystem.Collections.Generic.List<Fil.Location>Locations of the pixels to be set.
inPixelsSystem.Collections.Generic.List<Fil.Pixel>New pixel values.

See also