C# 클래스 Artemis.DeviceProviders.Logitech.G910

상속: LogitechKeyboard
파일 보기 프로젝트 열기: SpoinkyNL/Artemis

공개 메소드들

메소드 설명
DrawBitmap ( Bitmap bitmap ) : void

The G910 also updates the G-logo, G-badge and G-keys

G910 ( ) : System
GetKeyPosition ( Keys keyCode ) : KeyMatch?

비공개 메소드들

메소드 설명
SetLogitechColorFromCoordinates ( Bitmap bitmap, KeyboardNames key, int x, int y ) : void

메소드 상세

DrawBitmap() 공개 메소드

The G910 also updates the G-logo, G-badge and G-keys
public DrawBitmap ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
리턴 void

G910() 공개 메소드

public G910 ( ) : System
리턴 System

GetKeyPosition() 공개 메소드

public GetKeyPosition ( Keys keyCode ) : KeyMatch?
keyCode Keys
리턴 KeyMatch?