MindFusion.Diagramming for JavaScript Programmer's Guide
FreeFormNode Members
Constructors Methods
 


A FreeFormNode collects all points from users' mouse or touch input and displaysthem as node's outline.

The following tables list the members exposed by the FreeFormNode type.

 Public Constructors

  Name Description

FreeFormNode

Initializes a new instance of the FreeFormNode class.

 Public Methods

  Name Description

containsPoint

DiagramItem.containsPoint override.

endDrag

DiagramNode.endDrag override.

getClosed

Gets if the node's shape is closed.

getOutline

DiagramNode.getOutline override. Gets the outline of this node.

getPoints

Gets the node's outline points.

setClosed

Sets if the node's shape is closed.

setPoints

Sets the node's outline points.

startDrag

DiagramNode.startDrag override.

updateDrag

DiagramNode.updateDrag override.

updateFromPoints

Updates the node's internal state after its points have changed.

 See Also

FreeFormNode Class
MindFusion.Diagramming Namespace