|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetPixel
The GetPixel function retrieves the red, green, blue (RGB) color value of the pixel at the specified coordinates.
COLORREF GetPixel(
HDC hdc, // handle of device context int XPos, // x-coordinate of pixel int nYPos // y-coordinate of pixel );
Parameters
hdc
Identifies the device context.
nXPos
Specifies the logical x-coordinate of the pixel to be examined.
nYPos
Specifies the logical y-coordinate of the pixel to be examined.
Return Values
If the function succeeds, the return value is an RGB value. If the pixel is outside of the current clipping region, the return value is CLR_INVALID.
Remarks
The pixel must be within the boundaries of the current clipping region. Not all devices support GetPixel. An application should call GetDeviceCaps to determine whether a specified device supports this function.
See Also
GetDeviceCaps, SetPixel
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetPixel
Функция GetPixel извлекает красный, зеленый, синий (RGB) цветная величина пикселя в определенных координатах.
COLORREF GetPixel(
HDC hdc, // РУЧКА контекста устройства int XPos, // x-coordinate пикселя int nYPos // y-coordinate пикселя );
Параметры
hdc
Идентифицирует контекст устройства.
nXPos
Определяет логический x-coordinate пикселя, который нужно изучаться.
nYPos
Определяет логический y-coordinate пикселя, который нужно изучаться.
Обратные Величины
Если функция добивается успеха, обратная величина является величиной RGB. Если пиксель - вне течения, вырезать регион, обратная величина - CLR_INVALID.
Замечания
Пиксель должен быть в пределах границ течения, вырезать регион. Не все устройства поддерживают GetPixel. Приложение должно называть GetDeviceCaps, чтобы определять поддерживает определенное устройство эту функцию.
Смотри Также
GetDeviceCaps, SetPixel
|
|
|
|
| |