Method Within
Within(IPoint, Double, Double, Double)
Returns true if the distance between from and to is <= distance.
Declaration
bool Within(IPoint from, double toX, double toY, double distance)
Parameters
Type | Name | Description |
---|---|---|
IPoint | from | |
System.Double | toX | |
System.Double | toY | |
System.Double | distance |
Returns
Type | Description |
---|---|
System.Boolean |