GH_Animator.RectangleFAnimator Method (RectangleF, RectangleF)

GH_AnimatorRectangleFAnimator Method (RectangleF, RectangleF)

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

Parameters

A
Type: System.DrawingRectangleF
B
Type: System.DrawingRectangleF

Return Value

Type: GH_AnimatorRectangleF
See Also