Click or drag to resize

ClipperScalePaths(PathsD, Double) Method

Scales floating-point paths.

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

Parameters

paths  PathsD
The paths to scale.
scale  Double
The scale factor.

Return Value

PathsD
The scaled paths.
See Also