ASP.NET Pack Programmer's Guide
LinkAdjustmentHandle Constructor
See Also
 





Initializes a new instance of the LinkAdjustmentHandle class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public LinkAdjustmentHandle (
    int pointIndex
)

Visual Basic  Copy Code

Public New ( _
    pointIndex As Integer _
)

 Parameters

pointIndex

An integer value specifying the index of a link's control point that will be adjusted by this handle.

 Remarks

When the user moves this handle, the respective element in link's ControlPoints collection is set to the handle's position.

 See Also

LinkAdjustmentHandle Class
MindFusion.Diagramming Namespace