ClipperScalePath64 Method |
Scales and converts a floating-point path to an integer path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Path64 ScalePath64(
PathD path,
double scale
)
Parameters
- path PathD
- The path to scale and convert.
- scale Double
- The scale factor.
Return Value
Path64The scaled integer path.
See Also