Click or drag to resize

ClipperArea(PathD) Method

Calculates the signed area of a floating-point path.

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

Parameters

path  PathD
The path whose signed area is calculated.

Return Value

Double
The signed area of path.
See Also