MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.setImageLocation Method

See Also
 





Sets the URL of the image displayed in this ShapeNode.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function setImageLocation (value)

 Parameters

value

A valid URL string that identifies the image to be loaded.

 Remarks

Use getImageLocation to retrieve the location of an image for this node.

 See Also