C# Class Artemis.DeviceProviders.Logitech.LogitechKeyboard

Inheritance: KeyboardProvider
Afficher le fichier Open project: SpoinkyNL/Artemis

Méthodes publiques

Méthode Description
CanEnable ( ) : bool
Disable ( ) : void
DrawBitmap ( Bitmap bitmap ) : void
Enable ( ) : void

Private Methods

Méthode Description
RestoreDll ( ) : void

Method Details

CanEnable() public méthode

public CanEnable ( ) : bool
Résultat bool

Disable() public méthode

public Disable ( ) : void
Résultat void

DrawBitmap() public méthode

public DrawBitmap ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void