Returns the nearest anchor point pertinent to this connection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual AnchorPointDetails GetNearestAnchorPoint ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function GetNearestAnchorPoint( _ |
A Point instance specifying location in the diagram.
An AnchorPointDetails specifying the anchor point properties.
See Also