Gimp.Vector2.set

@accepts(Gimp.Vector2, float, float)
@returns(none)
def set(self, x, y):
    # Python wrapper for gimp_vector2_set()
  

Sets the X and Y coordinates of self to x and y.

self

a pointer to a Gimp.Vector2.

x

the X coordinate.

y

the Y coordinate.