Click or drag to resize

ClipperPathsD Method

Converts integer paths to floating-point paths without scaling.

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

Parameters

paths  Paths64
The paths to convert.

Return Value

PathsD
The converted floating-point paths.
See Also