Click or drag to resize

PointD(PointD) Constructor

Initializes a new instance of the PointD struct.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PointD(
	PointD pt
)

Parameters

pt  PointD
The point to copy.
See Also