ClipperScalePaths(PathsD, Double) Method |
Scales floating-point paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PathsD ScalePaths(
PathsD paths,
double scale
)
Parameters
- paths PathsD
- The paths to scale.
- scale Double
- The scale factor.
Return Value
PathsDThe scaled paths.
See Also