Search
AnchorPoint.setX Method
See Also
 

Sets the X position of the anchor point.

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

 Syntax

Java  Copy Code

public void setX (
    float value
)

 Parameters

value

A float value specifying the point position as percent by the node width.

 See Also