Search
Rect.setCenter Method
See Also
 






Sets the center of this Rect object.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function setCenter (point)

 Parameters

point
The center of this Rect.

 See Also