Search
ArrowLabel.SetSegmentPosition Method
See Also
 



Positions this label relatively to the specified link segment.

 Syntax

VB6  Copy Code

Public Sub SetSegmentPosition( _
    ByVal segment As Long, _
    ByVal dx As Single, _
    ByVal dy As Single _
)

C++  Copy Code

public:
void SetSegmentPosition (
    int segment,
    float dx,
    float dy
)

 Parameters

segment

The segment index.

dx
Horizontal offset from the segment center.
dy

Vertical offset from the segment center.

 See Also