GH_AnimatorPointFAnimator Method (PointF, PointF, DateTime, DateTime) |
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static GH_Animator<PointF> PointFAnimator(
PointF A,
PointF B,
DateTime time0,
DateTime time1
)
Public Shared Function PointFAnimator (
A As PointF,
B As PointF,
time0 As DateTime,
time1 As DateTime
) As GH_Animator(Of PointF)
Parameters
- A
- Type: System.DrawingPointF
- B
- Type: System.DrawingPointF
- time0
- Type: SystemDateTime
- time1
- Type: SystemDateTime
Return Value
Type:
GH_AnimatorPointF
See Also