MindFusion.Diagramming for JavaScript Programmer's Guide

ShapeNode.getOutline Method

See Also
 





Gets an array of points that define the outline of this node shape.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function getOutline ()

 Return Value

An array with the points.

 See Also