GH_AnimatorRectangleFAnimator Method (RectangleF, RectangleF, Int32) |
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static GH_Animator<RectangleF> RectangleFAnimator(
RectangleF A,
RectangleF B,
int duration
)
Public Shared Function RectangleFAnimator (
A As RectangleF,
B As RectangleF,
duration As Integer
) As GH_Animator(Of RectangleF)
Parameters
- A
- Type: System.DrawingRectangleF
- B
- Type: System.DrawingRectangleF
- duration
- Type: SystemInt32
Return Value
Type:
GH_AnimatorRectangleF
See Also