Click or drag to resize

ClipperScalePath(PathD, Double) Method

Scales 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 ScalePath(
	PathD path,
	double scale
)

Parameters

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

Return Value

PathD
The scaled path.
See Also