Returns the nearest point lying on the node border.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected override AnchorPointDetails GetNearestBorderPoint ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Function GetNearestBorderPoint( _ |
A Point instance specifying location in the diagram.
An AnchorPointDetails specifying the anchor point properties.
See Also