Click or drag to resize

PointDistanceTo Method

Calculates the distance between this point and the specified point.

Namespace: Woodwork.Automation.Common
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
double DistanceTo(
	Point point
)

Parameters

point  Point
The point to measure distance to.

Return Value

Double
The distance between this point and the specified point.
See Also