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: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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