Search
Rect.setLocation Method
See Also
 






Sets the top-left edge of this Rect object.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function setLocation (point)

 Parameters

point
The top-left edge of the Rect.

 See Also