Method
GimpPathbezier_stroke_cubicto
since: 2.4
Declaration [src]
gboolean
gimp_path_bezier_stroke_cubicto (
  GimpPath* path,
  gint stroke_id,
  gdouble x0,
  gdouble y0,
  gdouble x1,
  gdouble y1,
  gdouble x2,
  gdouble y2
)
Description [src]
Extends a bezier stroke with a cubic bezier spline.
Extends a bezier stroke with a cubic bezier spline.
Available since: 2.4
Parameters
- stroke_id
- 
            Type: gintThe stroke ID. 
- x0
- 
            Type: gdoubleThe x-coordinate of the first control point. 
- y0
- 
            Type: gdoubleThe y-coordinate of the first control point. 
- x1
- 
            Type: gdoubleThe x-coordinate of the second control point. 
- y1
- 
            Type: gdoubleThe y-coordinate of the second control point. 
- x2
- 
            Type: gdoubleThe x-coordinate of the end point. 
- y2
- 
            Type: gdoubleThe y-coordinate of the end point.