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