Method
GimpPathstroke_flip
since: 2.4
Declaration [src]
gboolean
gimp_path_stroke_flip (
  GimpPath* path,
  gint stroke_id,
  GimpOrientationType flip_type,
  gdouble axis
)
Description [src]
Flips the given stroke.
Rotates the given stroke around given center by angle (in degrees).
Available since: 2.4
Parameters
- stroke_id
- 
            Type: gintThe stroke ID. 
- flip_type
- 
            Type: GimpOrientationTypeFlip orientation, either vertical or horizontal. 
- axis
- 
            Type: gdoubleAxis coordinate about which to flip, in pixels.