GH_AnimatorInterpolatePoint Method |
Utility interpolation delegate for System.Drawing.Point values.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static Point InterpolatePoint(
Point A,
Point B,
double factor
)
Public Shared Function InterpolatePoint (
A As Point,
B As Point,
factor As Double
) As Point
Parameters
- A
- Type: System.DrawingPoint
- B
- Type: System.DrawingPoint
- factor
- Type: SystemDouble
Return Value
Type:
Point
See Also