Search
AnchorPoint Constructor (Single, Single)
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPoint (
    float x,
    float y
)

Visual Basic  Copy Code

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

 Parameters

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

 See Also