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