Click or drag to resize

ClipperScalePaths64 Method

Scales and converts floating-point paths to integer paths.

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

Parameters

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

Return Value

Paths64
The scaled integer paths.
See Also