ImageGetPixel Method (Point2D)

CVB.Net Documentation
Gets the pixel values for all planes at the given position.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public double[] GetPixel(
	Point2D position
)

Parameters

position
Type: Stemmer.CvbPoint2D
Position in pixel coordinates.

Return Value

Type: Double
The pixel values; NaN if a value could not be dereferenced.
See Also

Reference