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

Example of the Path.translate() method