ClipperScalePaths64 Method |
Scales and converts floating-point paths to integer paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Paths64 ScalePaths64(
PathsD paths,
double scale
)
Parameters
- paths PathsD
- The paths to scale and convert.
- scale Double
- The scale factor.
Return Value
Paths64The scaled integer paths.
See Also