GH_ColourCube.RenderDropShadow Method

GH_ColourCubeRenderDropShadow Method

Render the drop shadow of the cube.

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

Parameters

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