DiagramLite Programmer's Guide
ConnectionPoint.GetNearestBorderPoint Method
See Also
 





Returns the nearest point lying on the node border.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

protected virtual AnchorPointDetails GetNearestBorderPoint (
    Point point
)

Visual Basic  Copy Code

Protected Overridable Function GetNearestBorderPoint( _
    point As Point _
) As AnchorPointDetails

 Parameters

point
A Point instance specifying location in the diagram.

 Return Value

An AnchorPointDetails specifying the anchor point properties.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace