Returns the nearest anchor point pertinent to this connection.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual Point NearestAnchorPoint ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function NearestAnchorPoint( _ |
A Point instance specifying the current mouse position.
Receives the anchor point index within its AnchorPattern.
Position of the anchor point nearest to the specified point.
See Also