Returns the nearest point lying on the node border.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual Point GetNearestBorderPoint ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function GetNearestBorderPoint( _ |
A Microsoft.Maui.Graphics.Point specifying the point to align to node's borders.
A Microsoft.Maui.Graphics.Point containing coordinates of nearest border point.
See Also