Search
ConnectionPoint.CanMoveLink Method
See Also
 





Checks whether the specified point, expressed in document coordinates, is a valid location for this connection point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual bool CanMoveLink (
    PointF pt
)

Visual Basic  Copy Code

Public Overridable Function CanMoveLink( _
    pt As PointF _
) As Boolean

 Parameters

pt
The PointF to check for validity.

 Return Value

true if the specified point represents a valid location for the connection point; otherwise, false.

 See Also