Click or drag to resize

PointCopy Method

Creates a copy of this Point object. The result is entirely independent and can be edited without affecting the original Point object.

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

Return Value

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