Sets a translate transform.
Namespace: MindFusion.Drawing
File: Graphics.js
SyntaxJavaScript
Copy Code
|
|---|
function translate (x, y) |
Type: Number
The distance to translate along the x-axis.
Type: Number
The distance to translate along the y-axis.
See Also