GH_Animator.RectangleAnimator Method (Rectangle, Rectangle)

GH_AnimatorRectangleAnimator Method (Rectangle, Rectangle)

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

Parameters

A
Type: System.DrawingRectangle
B
Type: System.DrawingRectangle

Return Value

Type: GH_AnimatorRectangle
See Also