GH_Animator.PointFAnimator Method (PointF, PointF, Int32)

GH_AnimatorPointFAnimator Method (PointF, PointF, Int32)

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static GH_Animator<PointF> PointFAnimator(
	PointF A,
	PointF B,
	int duration
)
Public Shared Function PointFAnimator ( 
	A As PointF,
	B As PointF,
	duration As Integer
) As GH_Animator(Of PointF)

Parameters

A
Type: System.DrawingPointF
B
Type: System.DrawingPointF
duration
Type: SystemInt32

Return Value

Type: GH_AnimatorPointF
See Also