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

Invoke.ImagePixels

Returns an array of pixels from the input image.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImagePixels
(
	Fil.Image inImage,
	Optional<Fil.Region> inRoi,
	List<Fil.Pixel> outPixels
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
outPixelsSystem.Collections.Generic.List<Fil.Pixel>

See also