Gimp.Path
const Gimp = imports.gi.Gimp;
let path = new Gimp.Path();
Functions for querying and manipulating path.
Hierarchy
-
GObject.Object
-
Gimp.Item
- Gimp.Path
-
Constructors
Methods
- Gimp.Path.prototype.bezier_stroke_conicto
- Gimp.Path.prototype.bezier_stroke_cubicto
- Gimp.Path.prototype.bezier_stroke_lineto
- Gimp.Path.prototype.bezier_stroke_new_ellipse
- Gimp.Path.prototype.bezier_stroke_new_moveto
- Gimp.Path.prototype.copy
- Gimp.Path.prototype.get_strokes
- Gimp.Path.prototype.remove_stroke
- Gimp.Path.prototype.stroke_close
- Gimp.Path.prototype.stroke_flip
- Gimp.Path.prototype.stroke_flip_free
- Gimp.Path.prototype.stroke_get_length
- Gimp.Path.prototype.stroke_get_point_at_dist
- Gimp.Path.prototype.stroke_get_points
- Gimp.Path.prototype.stroke_interpolate
- Gimp.Path.prototype.stroke_new_from_points
- Gimp.Path.prototype.stroke_reverse
- Gimp.Path.prototype.stroke_rotate
- Gimp.Path.prototype.stroke_scale
- Gimp.Path.prototype.stroke_translate