Gimp.Vector2.neg_val

@accepts(Gimp.Vector2)
@returns(Gimp.Vector2)
def neg_val(self):
    # Python wrapper for gimp_vector2_neg_val()
  

Identical to [method@Vector2.neg], but the vector is passed by value rather than by reference.

self

a Gimp.Vector2.

Returns