Delegate OnBufferTextOverlay
PvDisplayThread buffer text overlay is updated event delegate.
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public delegate void OnBufferTextOverlay(PvDisplayThread aDisplayThread, string aText)
Parameters
| Type | Name | Description |
|---|---|---|
| PvDisplayThread | aDisplayThread | The display thread updating the overlay. |
| string | aText | The text to display as an overlay. |