Funktionreferenz


_WinAPI_GetPixel


Retrieves the color value of the pixel at the specified coordinates

#include <WinAPIGdi.au3>
_WinAPI_GetPixel ( $hDC, $iX, $iY )

Parameter

$hDC Handle to the device context.
$iX The x-coordinate, in logical units, of the pixel to be examined.
$iY The y-coordinate, in logical units, of the pixel to be examined.

Rückgabewert

Success: The color of the pixel, in RGB.
Failure: (-1).

Bemerkungen

None.

Siehe auch

Suche nach GetPixel in der MSDN Bibliothek.