Click or drag to resize

ClipperScalePathsD Method

Scales and converts integer paths to floating-point paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathsD ScalePathsD(
	Paths64 paths,
	double scale
)

Parameters

paths  Paths64
The paths to scale and convert.
scale  Double
The scale factor.

Return Value

PathsD
The scaled floating-point paths.
See Also