Search
AnchorPoint Constructor (Double, Double)
See Also
 





Initializes a new instance of the AnchorPoint class with the specified coordinates.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPoint (
    double x,
    double y
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double _
)

 Parameters

x
The horizontal position of the anchor expressed as percentage of the width of a node.
y
The vertical position of the anchor expressed as percentage of the height of a node.

 See Also