 | PointDistanceTo Method |
Calculates the distance between this point and the specified point.
Namespace: Woodwork.Automation.CommonAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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