Method Distance
Distance(IPoint, IPoint)
The distance between from
and to
.
Declaration
double Distance(IPoint from, IPoint to)
Parameters
Type | Name | Description |
---|---|---|
IPoint | from | |
IPoint | to |
Returns
Type | Description |
---|---|
System.Double |
Distance(IPoint, Double, Double)
The distance between from
and Point(toX,toY)
.
Declaration
double Distance(IPoint from, double toX, double toY)
Parameters
Type | Name | Description |
---|---|---|
IPoint | from | |
System.Double | toX | |
System.Double | toY |
Returns
Type | Description |
---|---|
System.Double |