Grasshopper API
GH_CapsuleRenderEngineRenderText Method |
Render the capsule text.
This is usually the sixth and final stage in a capsule rendering.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

public void RenderText( Graphics G, Color colour )
Public Sub RenderText ( G As Graphics, colour As Color )
Parameters
- G
- Type: System.DrawingGraphics
Graphics object to draw with. - colour
- Type: System.DrawingColor
Colour of text.
