Grasshopper API
GH_AnimatorPointAnimator Method (Point, Point, DateTime, DateTime) |
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static GH_Animator<Point> PointAnimator( Point A, Point B, DateTime time0, DateTime time1 )
Public Shared Function PointAnimator ( A As Point, B As Point, time0 As DateTime, time1 As DateTime ) As GH_Animator(Of Point)
Parameters
- A
- Type: System.DrawingPoint
- B
- Type: System.DrawingPoint
- time0
- Type: SystemDateTime
- time1
- Type: SystemDateTime
Return Value
Type: GH_AnimatorPoint