Search
ArrowLabel.SetControlPointPosition Method
See Also
 



Positions this label relatively to the specified control point.

 Syntax

VB6  Copy Code

Public Sub SetControlPointPosition( _
    ByVal controlPoint As Long, _
    ByVal dx As Single, _
    ByVal dy As Single _
)

C++  Copy Code

public:
void SetControlPointPosition (
    int controlPoint,
    float dx,
    float dy
)

 Parameters

controlPoint

The control point index.

dx

Horizontal offset from the point.

dy

Vertical offset from the point.

 See Also