GH_Animator.PointAnimator Method (Point, Point, Int32)

GH_AnimatorPointAnimator Method (Point, Point, Int32)

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

Parameters

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

Return Value

Type: GH_AnimatorPoint
See Also