Method Distance
Distance(IPoint, IPoint)
Declaration
public virtual double Distance(IPoint from, IPoint to)
Parameters
Type | Name | Description |
---|---|---|
IPoint | from | |
IPoint | to |
Returns
Type | Description |
---|---|
System.Double |
Implements
Distance(IPoint, Double, Double)
Declaration
public abstract 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 |