C# Class Artemis.DeviceProviders.Logitech.LogitechKeyboard

Inheritance: KeyboardProvider
Mostra file Open project: SpoinkyNL/Artemis

Public Methods

Method Description
CanEnable ( ) : bool
Disable ( ) : void
DrawBitmap ( Bitmap bitmap ) : void
Enable ( ) : void

Private Methods

Method Description
RestoreDll ( ) : void

Method Details

CanEnable() public method

public CanEnable ( ) : bool
return bool

Disable() public method

public Disable ( ) : void
return void

DrawBitmap() public method

public DrawBitmap ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
return void

Enable() public method

public Enable ( ) : void
return void