GH_ColourCubeRenderPivot Method |
Render the colour pivot on the current slice.
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void RenderPivot(
Graphics G
)
Public Sub RenderPivot (
G As Graphics
)
Parameters
- G
- Type: System.DrawingGraphics
Graphics object to draw with.
See Also