Returns the anchor point closest to the specified point from the node's associated anchor pattern.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual Point NearestAnchorPoint ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function NearestAnchorPoint( _ |
A Microsoft.Maui.Graphics.Point that should be aligned to anchor point.
An integer variable that receives the anchor point index within AnchorPattern.
A Microsoft.Maui.Graphics.Point containing anchor point coordinates.
See Also