Gimp.Vectors.stroke_rotate

@accepts(Gimp.Vectors, int, float, float, float)
@returns(bool)
def stroke_rotate(self, stroke_id, center_x, center_y, angle):
    # Python wrapper for gimp_vectors_stroke_rotate()
  

rotates the given stroke.

Rotates the given stroke around given center by angle (in degrees).

Since 2.4

self

The vectors object.

stroke_id

The stroke ID.

center_x

X coordinate of the rotation center.

center_y

Y coordinate of the rotation center.

angle

angle to rotate about.

Returns