Search
DummyNode.GetNearestBorderPoint Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override PointF GetNearestBorderPoint (
    PointF point
)

Visual Basic  Copy Code

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

 Parameters

point

 Return Value

 See Also