CubicBezierEasingFunction.ControlPoint2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The second control point for the cubic-bezier interpolation function.
public:
property float2 ControlPoint2 { float2 get(); };
float2 ControlPoint2();
public Vector2 ControlPoint2 { get; }
var vector2 = cubicBezierEasingFunction.controlPoint2;
Public ReadOnly Property ControlPoint2 As Vector2
Property Value
The second control point for the cubic-bezier interpolation function.