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





ConnectionPoint.GetNearestBorderPoint override.

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

 Syntax

C#  Copy Code

protected override Point GetNearestBorderPoint (
    Point point
)

Visual Basic  Copy Code

Protected Overrides 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

TreeViewConnectionPoint Members
TreeViewConnectionPoint Class
MindFusion.Diagramming.Wpf Namespace