GH_MouseTrackerFrame Property |
Gets the position (in control coordinates) of the frame at the given index.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_TrackerFrame this[
int index
] { get; }
Public ReadOnly Default Property Frame (
index As Integer
) As GH_TrackerFrame
Get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
GH_TrackerFrame[Missing <value> documentation for "P:Grasshopper.GUI.GH_MouseTracker.Frame(System.Int32)"]
See Also