Click or drag to resize

GH_CapsuleRenderEngineRenderHighlight Method

Render a highlight bar. This is highly zoom-dependant. Highlight rendering is usually the fourth stage in a Capsule Rendering, after the background but prior to the edges.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void RenderHighlight(
	Graphics G
)

Parameters

G
Type: System.DrawingGraphics
See Also