GH_MouseTrackerDropFrames Method (Double, Point) |
Find the youngest frame that deviates too much from the given locus and drop it and everything preceding it.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void DropFrames(
double deviation,
Point anchor
)
Public Sub DropFrames (
deviation As Double,
anchor As Point
)
Parameters
- deviation
- Type: SystemDouble
Local deviation. - anchor
- Type: System.DrawingPoint
See Also