KeyboardControlDrawKeyExtensionDelegate Delegate
Delegate used to draw custom things after a key has been drawn.
Namespace: BeeMobile.KeyboardAssembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
public delegate void DrawKeyExtensionDelegate(
Graphics aGraphics,
Key aKey
)
Public Delegate Sub DrawKeyExtensionDelegate (
aGraphics As Graphics,
aKey As Key
)
Parameters
- aGraphics Graphics
- Specifies the target Graphics object.
- aKey Key
- Specifies the last painted key.