Search
ConnectionPoint.GetNearestBorderPoint Method
See Also
 





Returns the nearest point lying on the node border.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual Point GetNearestBorderPoint (
    Point point
)

Visual Basic  Copy Code

Protected Overridable Function GetNearestBorderPoint( _
    point As Point _
) As Point

 Parameters

point

A Microsoft.Maui.Graphics.Point specifying the point to align to node's borders.

 Return Value

A Microsoft.Maui.Graphics.Point containing coordinates of nearest border point.

 See Also