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