Click or drag to resize

ClipperPath64 Method

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

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

Parameters

path  PathD
The path to convert.

Return Value

Path64
The converted integer path.
See Also