 | PointDistanceTo Method |
Calculates the distance between this point and the specified point.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxdouble DistanceTo(
Point point
)
Function DistanceTo (
point As Point
) As Double
Parameters
- point Point
- The point to measure distance to.
Return Value
DoubleThe distance between this point and the specified point.
See Also