 | PointDistanceTo Method |
Determines the distance between this point and the specified point.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxdouble DistanceTo(
Point point
)
Function DistanceTo (
point As Point
) As Double
Parameters
- point Point
- Input Point object.
Return Value
Double
The distance between this point and the specified point.
See Also