GH_Theme Constructor (GH_Theme)

GH_Theme Constructor (GH_Theme)

Make a duplicate of another theme.

Namespace:  Grasshopper.GUI.Theme
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Theme(
	GH_Theme other
)
Public Sub New ( 
	other As GH_Theme
)

Parameters

other
Type: Grasshopper.GUI.ThemeGH_Theme
Theme to copy.
See Also