ASP.NET Pack Programmer's Guide
ScriptHelper.createAnchorPoint Method
See Also
 






Creates a new AnchorPoint instance by setting its relative position in nodes. The point will allow both outgoing and incoming links.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public AnchorPoint createAnchorPoint (
    float x,
    float y
)

 Parameters

x

The horizontal position of the anchor point specified aspercents of the node width.

y

The vertical position of the anchor point specified aspercents of the node height.

 Return Value

An AnchorPoint object.

 See Also

ScriptHelper Members
ScriptHelper Class
com.mindfusion.diagramming Namespace