Click or drag to resize

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
)

Parameters

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