DiagramLite Programmer's Guide
DummyConnectionPoint.GetNearestBorderPoint Method
See Also
 





ConnectionPoint.GetNearestBorderPoint override.

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

 Syntax

C#  Copy Code

protected override AnchorPointDetails GetNearestBorderPoint (
    Point point
)

Visual Basic  Copy Code

Protected Overrides 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

DummyConnectionPoint Members
DummyConnectionPoint Class
MindFusion.Diagramming Namespace