Click or drag to resize

GH_StateTagListRenderStateTags Method

Render all StateTags in this list to the designated Graphics surface.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void RenderStateTags(
	Graphics G
)

Parameters

G
Type: System.DrawingGraphics
Graphics object to draw with.
See Also