Point64(Point64, Double) Constructor |
Initializes a new instance of the
Point64 struct.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Point64(
Point64 pt,
double scale
)
Parameters
- pt Point64
- The point to copy.
- scale Double
- The scale factor for the coordinates.
See Also