MindFusion.Wpf Pack Programmer's Guide
ConnectionPoint.GetNearestBorderPoint Method
See Also
 





Returns the nearest point lying on the node border.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected virtual Point GetNearestBorderPoint (
    Point point
)

Visual Basic  Copy Code

Protected Overridable Function GetNearestBorderPoint( _
    point As Point _
) As Point

 Parameters

point

A Point instance specifying the current mouse position.

 Return Value

Position of the border point nearest to the specified point.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming.Wpf Namespace