Gimp.Matrix3.translate

@accepts(Gimp.Matrix3, float, float)
@returns(none)
def translate(self, x, y):
    # Python wrapper for gimp_matrix3_translate()
  

Translates the matrix by x and y.

self

The matrix that is to be translated.

x

Translation in X direction.

y

Translation in Y direction.