ConnectionPoint.GetNearestBorderPoint override.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected override Point GetNearestBorderPoint ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function GetNearestBorderPoint( _ |
A Point instance specifying the current mouse position.
Position of the border point nearest to the specified point.
See Also