Gimp.Matrix3.prototype.translate
function translate(x: Number(gdouble), y: Number(gdouble)): void {
// Gjs wrapper for gimp_matrix3_translate()
}
Translates the matrix by x and y.
- x
Translation in X direction.
- y
Translation in Y direction.
function translate(x: Number(gdouble), y: Number(gdouble)): void {
// Gjs wrapper for gimp_matrix3_translate()
}
Translates the matrix by x and y.
Translation in X direction.
Translation in Y direction.