Click or drag to resize
Accord.NET (logo)

UnmanagedImageGetPixel Method (IntPoint)

Get color of the pixel with the specified coordinates.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Color GetPixel(
	IntPoint point
)
Request Example View Source

Parameters

point
Type: AccordIntPoint
Point's coordiates to get color of.

Return Value

Type: Color
Return pixel's color at the specified coordinates.
Remarks

See GetPixel(Int32, Int32) for more information.

See Also