Skip to main content

Path.translate()

The Path.translate() method returns a path with a translate transform applied.

Example

Path path.translate(float deltaX, float deltaY)

Example

6cm 3cm

Example of the Path.translate() method