GH_StateTag.Render Method

GH_StateTagRender Method

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual void Render(
	Graphics graphics
)
Public Overridable Sub Render ( 
	graphics As Graphics
)

Parameters

graphics
Type: System.DrawingGraphics

Implements

IGH_StateTagRender(Graphics)
See Also