Search
Rect.clone Method
See Also
 






Creates a Rect object identical to the current object.

Namespace: MindFusion.Drawing
File: Rect.js

 Syntax

JavaScript  Copy Code

function clone ()

 Return Value

Rect. The newly created Rect object.

 See Also