Click or drag to resize

IGH_StateTagRender Method

Render this tag into a graphics surface.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void Render(
	Graphics graphics
)

Parameters

graphics
Type: System.DrawingGraphics
Graphics object to draw to.
See Also