Click or drag to resize

ClipperScalePath64 Method

Scales and converts a floating-point path to an integer path.

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

Parameters

path  PathD
The path to scale and convert.
scale  Double
The scale factor.

Return Value

Path64
The scaled integer path.
See Also