Sets the bounds of the specified element.
Namespace: MindFusion.Controls
File: DomUtils.js
SyntaxJavaScript
Copy Code
|
|---|
function setBounds (element, bounds) |
Type: HTMLElement
HTMLElement. The element.
Type: Rect
Rect. The bounding rectangle.
See Also