[Missing <summary> documentation for "T:NDXVUMeterNET.DXVUMeterNETGDI.PaintGDIEventHandler"]
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)
Syntax
| C# |
|---|
public delegate void PaintGDIEventHandler( ref Graphics graphics ) |
| Visual Basic |
|---|
Public Delegate Sub PaintGDIEventHandler ( _ ByRef graphics As Graphics _ ) |
| Visual C++ |
|---|
public delegate void PaintGDIEventHandler( Graphics^% graphics ) |
Parameters
- graphics
- Type: System.Drawing..::..Graphics%