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: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
Point Copy()

Return Value

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