PointD(Point64) Constructor |
Initializes a new instance of the
PointD struct from a
Point64 instance.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD(
Point64 pt
)
Parameters
- pt Point64
- The Point64 instance to copy.
See Also