C# Класс ArduinoTest.Components.ScreenColorManager

Figures out what the Screen Color is
Наследование: IScreenColorManager
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCenterScreenColor ( ) : ArduinoTest.Components.Domain.Color

Gets the color of the pixel at the center of the screen

Приватные методы

Метод Описание
BitBlt ( IntPtr hDc, int x, int y, int nWidth, int nHeight, IntPtr hSrcDc, int xSrc, int ySrc, int dwRop ) : int
MapColor ( System color ) : ArduinoTest.Components.Domain.Color

Maps a .Net Color Type to the Local Color Type

Описание методов

GetCenterScreenColor() публичный Метод

Gets the color of the pixel at the center of the screen
public GetCenterScreenColor ( ) : ArduinoTest.Components.Domain.Color
Результат ArduinoTest.Components.Domain.Color