Grasshopper API
GH_AnimatorRectangleAnimator Method (Rectangle, Rectangle, DateTime, DateTime) |
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

public static GH_Animator<Rectangle> RectangleAnimator( Rectangle A, Rectangle B, DateTime time0, DateTime time1 )
Public Shared Function RectangleAnimator ( A As Rectangle, B As Rectangle, time0 As DateTime, time1 As DateTime ) As GH_Animator(Of Rectangle)
Parameters
- A
- Type: System.DrawingRectangle
- B
- Type: System.DrawingRectangle
- time0
- Type: SystemDateTime
- time1
- Type: SystemDateTime
Return Value
Type: GH_AnimatorRectangle