Grasshopper API
IGH_TagArtistPaint Method |
This method is called whenever a Canvas channel is painted
Namespace: Grasshopper.GUI.Canvas.TagArtists
Assembly: Grasshopper (in Grasshopper.dll)

void Paint( GH_Canvas canvas, GH_CanvasChannel channel )
Sub Paint ( canvas As GH_Canvas, channel As GH_CanvasChannel )
Parameters
- canvas
- Type: Grasshopper.GUI.CanvasGH_Canvas
Canvas that is currently painting. - channel
- Type: Grasshopper.GUI.CanvasGH_CanvasChannel
Channel that is currently being painted.
