ASP.NET Pack Programmer's Guide
ConnectionPoint.GetNearestBorderPoint Method
See Also
 





Returns the nearest point lying on the node border.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual PointF GetNearestBorderPoint (
    PointF point
)

Visual Basic  Copy Code

Protected Overridable Function GetNearestBorderPoint( _
    point As PointF _
) As PointF

 Parameters

point

A PointF instance specifying the point to align to node's borders.

 Return Value

A PointF instance containing coordinates of nearest border point.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace