You are here: Start » AVL.NET » Invoke.GetMultipleImagePixelValues_Safe

Invoke.GetMultipleImagePixelValues_Safe

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void GetMultipleImagePixelValues_Safe
(
	Avl.Image inImage,
	List<Avl.Point2D> inPoints,
	Avl.InterpolationMethod inInterpolation,
	float inDefault,
	List<float> outValues
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inPointsSystem.Collections.Generic.List<Avl.Point2D>
inInterpolationAvl.InterpolationMethodBilinearDefault value: Bilinear.
inDefaultfloat0.0fDefault value: 0.0f.
outValuesSystem.Collections.Generic.List<float>

See also