|
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
)
Public Function GetPixel (
point As IntPoint
) As Color
Request Example
View SourceParameters
- point
- Type: AccordIntPoint
Point's coordiates to get color of.
Return Value
Type:
ColorReturn pixel's color at the specified coordinates.
Remarks See Also