Search
InternalUtils.DistToRectPoint Method
See Also
 





Returns the nearest to pt point that lies on the outline of rectangle.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static PointF DistToRectPoint (
    PointF pt,
    RectangleF r
)

Visual Basic  Copy Code

Public Shared Function DistToRectPoint( _
    pt As PointF, _
    r As RectangleF _
) As PointF

 Parameters

pt

r

 Return Value

 See Also