MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.getRotateImage Method

See Also
 





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

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function getRotateImage (value)

 Parameters

value

true if the image is rotated; otherwise, false.

 See Also