GH_ColourCube.RenderSilhouetteEdges Method

GH_ColourCubeRenderSilhouetteEdges Method

Render the edges of the cube silhouettes.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void RenderSilhouetteEdges(
	Graphics G
)
Public Sub RenderSilhouetteEdges ( 
	G As Graphics
)

Parameters

G
Type: System.DrawingGraphics
Graphics object to draw with
See Also