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
)
Public Sub RenderHighlight (
G As Graphics
)
Parameters
- G
- Type: System.DrawingGraphics
See Also