GH_Animator.PointAnimator Method (Point, Point)

GH_AnimatorPointAnimator Method (Point, Point)

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

Parameters

A
Type: System.DrawingPoint
B
Type: System.DrawingPoint

Return Value

Type: GH_AnimatorPoint
See Also