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.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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