Event: onDrawGridAddition
| Integer onDrawGridAddition( DrawContext dc, Rect rcSpaceToDrawIn, String textColour, Programme programme ) |
Summary
Called to give scripts an opportunity to draw in the grid.
Remarks
Below is an example of using this event to draw a High Definition icon on the grid:
Parameters
| Parameter | Description |
| DrawContext dc |
|
| Rect rcSpaceToDrawIn |
|
| String textColour |
|
| Programme programme |
|
|
|
|
Returns
The width of the drawn area, or zero if nothing needs to be drawn.
See Also
App : addEventHandler
Requirements
1119
|