Gimp.Matrix2.transform_point
@accepts(Gimp.Matrix2, float, float, float, float)
@returns(none)
def transform_point(self, x, y, newx, newy):
# Python wrapper for gimp_matrix2_transform_point()
Transforms a point in 2D as specified by the transformation matrix.
Since 2.10.16
- self
The transformation matrix.
- x
The source X coordinate.
- y
The source Y coordinate.
- newx
The transformed X coordinate.
- newy
The transformed Y coordinate.