Click or drag to resize

PointDistanceTo Method

Determines the distance between this point and the specified point.

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

Parameters

point  Point
Input Point object.

Return Value

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