Search
Graphics.translate Method
See Also
 






Sets a translate transform.

Namespace: MindFusion.Drawing
File: Graphics.js

 Syntax

JavaScript  Copy Code

function translate (x, y)

 Parameters

x

The distance to translate along the x-axis.

y

The distance to translate along the y-axis.

 See Also