GH_Animator.PointFAnimator Method (PointF, PointF)

GH_AnimatorPointFAnimator Method (PointF, PointF)

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

Parameters

A
Type: System.DrawingPointF
B
Type: System.DrawingPointF

Return Value

Type: GH_AnimatorPointF
See Also