GH_DigitScrollerBase.Render Method

GH_DigitScrollerBaseRender Method

Render all UI elements.

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

Parameters

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