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

FIS.GetMultipleImagePixelValues_Safe Method

Returns an array of pixel values at specified locations; the image range is checked.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetMultipleImagePixelValues_Safe
(
	FilNet.Image inImage,
	IList<FilNet.Point2D> inPoints,
	FilNet.InterpolationMethod inInterpolation,
	float inDefault,
	IList<float> outValues
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
inInterpolationFilNet.InterpolationMethodBilinearDefault value: Bilinear.
inDefaultfloat0.0fDefault value: 0.0f.
outValuesSystem.Collections.Generic.IList<float>

See also