VectorPathCommandCubicBezierCurve constructor

VectorPathCommandCubicBezierCurve(
  1. {required Point start_control_point,
  2. required Point end_control_point,
  3. required Point end_point,
  4. int? extra,
  5. int? clientId}
)

A cubic Bézier curve to a given point

Implementation

VectorPathCommandCubicBezierCurve