Click or drag to resize

ClipperScalePaths(Paths64, Double) Method

Scales integer paths.

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

Parameters

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

Return Value

Paths64
The scaled paths.
See Also