Click or drag to resize

ClipperPaths64 Method

Converts floating-point paths to integer paths without scaling.

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

Parameters

paths  PathsD
The paths to convert.

Return Value

Paths64
The converted integer paths.
See Also