ASP.NET Pack 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.

init

Returns a Builder object used to configure this FreeFormNode instance.

loadFromXml

DiagramNode.LoadFromXml override. Loads the node's content from an XML element.

saveToXml

Saves the node's content into an XML element.

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.

With

Returns a Builder object used to configure and create new FreeFormNode instances.

 See Also

FreeFormNode Class
MindFusion.Diagramming Namespace