GH_AnimatorRectangleAnimator Method (Rectangle, Rectangle, Int32) |
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static GH_Animator<Rectangle> RectangleAnimator(
Rectangle A,
Rectangle B,
int duration
)
Public Shared Function RectangleAnimator (
A As Rectangle,
B As Rectangle,
duration As Integer
) As GH_Animator(Of Rectangle)
Parameters
- A
- Type: System.DrawingRectangle
- B
- Type: System.DrawingRectangle
- duration
- Type: SystemInt32
Return Value
Type:
GH_AnimatorRectangle
See Also