Search
Text.setBounds Method
See Also
 





Sets a value indicating the bounding rectangle of the text container.

Namespace: MindFusion.Drawing
File: Text.js

 Syntax

JavaScript  Copy Code

function setBounds (bounds, [angle])

 Parameters

bounds

Rect. The bounding rectangle.

angle
Optional.

Number. The rotation angle to be applied to the bounding rectangle.

 See Also