Gimp.Vectors.stroke_flip_free
@accepts(Gimp.Vectors, int, float, float, float, float)
@returns(bool)
def stroke_flip_free(self, stroke_id, x1, y1, x2, y2):
# Python wrapper for gimp_vectors_stroke_flip_free()
flips the given stroke about an arbitrary axis.
Flips the given stroke about an arbitrary axis. Axis is defined by two coordinates in the image (in pixels), through which the flipping axis passes.
Since 2.4
- self
The vectors object.
- stroke_id
The stroke ID.
- x1
X coordinate of the first point of the flipping axis.
- y1
Y coordinate of the first point of the flipping axis.
- x2
X coordinate of the second point of the flipping axis.
- y2
Y coordinate of the second point of the flipping axis.
- Returns