translate

open infix override fun translate(by: Point): AffineTransform2D

Append a translation operation to this transform.

Return

a new transform

Parameters

by

the x and y components of this point

See also


abstract fun translate(x: Double = 0.0, y: Double = 0.0): AffineTransform2D

Append a translation operation to this transform.

Return

a new transform

Parameters

x

component

y

component

See also