WebPlanner Programmer's Guide

Utilities.DistToRect Method

See Also
 

Calculates distance from the specified point to the specified rectangle

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static float DistToRect (
    PointF pt,
    RectangleF r
)

Visual Basic  Copy Code

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

 Parameters

pt
r

 Return Value

 See Also