ImageExtensionsGetPixel Method

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

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

public static double[] GetPixel(
	this Image img,
	Point location
)

Parameters

img
Type: Stemmer.CvbImage
Object to work on.
location
Type: System.DrawingPoint
Position in pixel coordinates.

Return Value

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Image. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference