C# 클래스 ArduinoTest.Components.ScreenColorManager

Figures out what the Screen Color is
상속: IScreenColorManager
파일 보기 프로젝트 열기: holymoo/Disposition

공개 메소드들

메소드 설명
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