Grasshopper API
GH_StateTagDrawCallback Delegate |
Drawing delegate.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

protected delegate void DrawCallback( Graphics graphics, double alpha )
Protected Delegate Sub DrawCallback ( graphics As Graphics, alpha As Double )
Parameters
- graphics
- Type: System.DrawingGraphics
Graphics object to draw with. - alpha
- Type: SystemDouble
Floating point alpha blend (0~255).
