Click or drag to resize

ClipperPathD Method

Converts an integer path to a floating-point path without scaling.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathD PathD(
	Path64 path
)

Parameters

path  Path64
The path to convert.

Return Value

PathD
The converted floating-point path.
See Also