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

 Syntax

C#  Copy Code

public override Point GetNearestBorderPoint (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

 Return Value

 See Also