Click or drag to resize

PointCopy Method

Creates an independent copy of this point. The returned point is entirely independent and can be edited without affecting this instance.

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

Return Value

Point
A new point object that is a copy of this instance.
See Also