ClipperScalePath(PathD, Double) Method |
Scales a floating-point path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathD ScalePath(
PathD path,
double scale
)
Parameters
- path PathD
- The path to scale.
- scale Double
- The scale factor.
Return Value
PathDThe scaled path.
See Also