MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.setRotateImage Method

See Also
 





Sets a value indicating whether the image is rotated when the node is rotated.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function setRotateImage (value)

 Parameters

value

true if the image is rotated; otherwise, false.

 Remarks

Use the setImage method to specify an image drawn in the node.

 See Also