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