Search
NodeLabel.SetCenterPosition Method
See Also
 



Positions this label relatively to the node center.

 Syntax

VB6  Copy Code

Public Sub SetCenterPosition( _
    ByVal dx As Single, _
    ByVal dy As Single _
)

C++  Copy Code

public:
void SetCenterPosition (
    float dx,
    float dy
)

 Parameters

dx

Horizontal offset from the center point.

dy

Vertical offset from the center point.

 Remarks

This method sets the node's center as label's pin point and assigns specified offsets to HorizontalOffset and VerticalOffset properties.

 See Also