Search
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
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual PointF GetNearestBorderPoint (
    PointF point
)

Visual Basic  Copy Code

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

 Parameters

point

A PointF instance specifying a point in the diagram.

 Return Value

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

 See Also