Click or drag to resize

Point64(PointD) Constructor

Initializes a new instance of the Point64 struct from a PointD instance.

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

Parameters

pt  PointD
The PointD instance to copy.
See Also