Click or drag to resize

IGH_TagArtistPaint Method

This method is called whenever a Canvas channel is painted

Namespace:  Grasshopper.GUI.Canvas.TagArtists
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void Paint(
	GH_Canvas canvas,
	GH_CanvasChannel channel
)

Parameters

canvas
Type: Grasshopper.GUI.CanvasGH_Canvas
Canvas that is currently painting.
channel
Type: Grasshopper.GUI.CanvasGH_CanvasChannel
Channel that is currently being painted.
See Also