Search
DomUtils.setBounds Method
See Also
 





Sets the bounds of the specified element.

Namespace: MindFusion.Controls
File: DomUtils.js

 Syntax

JavaScript  Copy Code

function setBounds (element, bounds)

 Parameters

element

HTMLElement. The element.

bounds

Rect. The bounding rectangle.

 See Also