GH_ColourCube.RenderSliceEdgeShadows Method

GH_ColourCubeRenderSliceEdgeShadows Method

Render the edge shadows of the slice due to GI.

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

Parameters

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