ImagePlaneGetPixel Method (Int32, Int32)

CVB.Net Documentation
Gets the pixel value at the given position.

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

public double GetPixel(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
Position in pixel coordinates.
y
Type: SystemInt32
Position in pixel coordinates.

Return Value

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

Reference