Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the color of the pixel at the location specified by x and y.
COLORREF GetPixel(
int x,
int y
) const throw( );
Parameters
x
The x-coordinate of the pixel.y
The y-coordinate of the pixel.
Return Value
The red, green, blue (RGB) value of the pixel. If the pixel is outside of the current clipping region, the return value is CLR_INVALID.
Requirements
Header: atlimage.h