GH_TrackerFrame Constructor

GH_TrackerFrame Constructor

Initializes a new instance of the GH_TrackerFrame class

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_TrackerFrame(
	Point position
)
Public Sub New ( 
	position As Point
)

Parameters

position
Type: System.DrawingPoint
See Also