MindFusion.Wpf Pack Programmer's Guide
DiagramNode.GetNearestBorderPoint Method
See Also
 





Returns a point that lies on the outline of this node, at the shortest distance from the specified point.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public virtual Point GetNearestBorderPoint (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

 Return Value

A Point specifying the point from the node's outline closest to the point specified as argument.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace