Click or drag to resize

AtalaImageGetPixelColor Method

Returns the System.Drawing.Color of the specified pixel in this AtalaImage.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Color GetPixelColor(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
x coordinate in the image.
y
Type: SystemInt32
y coordinate in the image.

Return Value

Type: Color
The System.Drawing.Color of the specified pixel.
See Also