Search
AnchorPattern.AddAnchorPoint Method
See Also
 



This method has been superseded by AddAnchorPointF.

 Syntax

VB6  Copy Code

Public Sub AddAnchorPoint( _
    ByVal x As Integer, _
    ByVal y As Integer, _
    ByVal incoming As Boolean, _
    ByVal outgoing As Boolean, _
    ByVal mark As EMarkStyle, _
    ByVal Color As Long _
)

C++  Copy Code

public:
void AddAnchorPoint (
    short x,
    short y,
    bool incoming,
    bool outgoing,
    EMarkStyle mark,
    unsigned int Color
)

 Parameters

x
The horizontal position of the anchor point; expressed as percent of the width of a node.
y
The vertical position of the anchor point; expressed as percent of the height of a node.
incoming
Specifies whether incoming arrows can connect to this anchor.
outgoing
Specifies whether outgoing arrows can connect to this anchor.
mark
Specifies how the anchor point is marked visually.
Color

Specify the color with which the anchor mark is painted.

 See Also