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

 Syntax

C#  Copy Code

public Point GetNearestBorderPoint (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point
A Point instance.

 Return Value

A Point instance that identifies the point from the node border located at minimum distance from the specified point.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace