ClipperScalePointD Method |
Scales an integer point and returns a floating-point point.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PointD ScalePointD(
Point64 pt,
double scale
)
Parameters
- pt Point64
- The point to scale.
- scale Double
- The scale factor.
Return Value
PointDThe scaled floating-point point.
See Also