Click or drag to resize

ClipperScalePathD Method

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

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

Parameters

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

Return Value

PathD
The scaled floating-point path.
See Also