Gimp.Matrix3.transform_point

@accepts(Gimp.Matrix3, float, float, float, float)
@returns(none)
def transform_point(self, x, y, newx, newy):
    # Python wrapper for gimp_matrix3_transform_point()
  

Transforms a point in 2D as specified by the transformation matrix.

self

The transformation matrix.

x

The source X coordinate.

y

The source Y coordinate.

newx

The transformed X coordinate.

newy

The transformed Y coordinate.