You are here: Start » AVL.NET » AVL.GetImagePixel_Interpolated(AvlNet.Image, AvlNet.Point2D, AvlNet.InterpolationMethod, AvlNet.Pixel, float)

AVL.GetImagePixel_Interpolated(AvlNet.Image, AvlNet.Point2D, AvlNet.InterpolationMethod, AvlNet.Pixel, float)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void GetImagePixel_Interpolated(
	AvlNet.Image inImage,
	AvlNet.Point2D inPoint,
	AvlNet.InterpolationMethod inInterpolation,
	out AvlNet.Pixel outPixel,
	out float outValue
)

Parameters

inImage
Type: AvlNet.Image
inPoint
Type: AvlNet.Point2D
inInterpolation
Type: AvlNet.InterpolationMethod
outPixel
Type: AvlNet.Pixel
outValue
Type: System.Single

Errors

Error type Description
DomainError Input point exceeds dimensions of an input image in GetImagePixel_Interpolated.
DomainError Unknown interpolation method in GetImagePixel_Interpolated.

See also