OnFlushHandler Delegate
Namespace: System.Drawing · Assembly: GHIElectronics.TinyCLR.Drawing
No description available.
public delegate void OnFlushHandler(Graphics sender, byte[] data, int x, int y, int width, int height, int originalWidth);
Parameters
| Parameter | Type | Description |
|---|---|---|
sender | Graphics | |
data | byte[] | |
x | int | |
y | int | |
width | int | |
height | int | |
originalWidth | int |