Click or drag to resize

ClipperArea(PathsD) Method

Calculates the signed area of floating-point paths.

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

Parameters

paths  PathsD
The paths whose signed areas are calculated.

Return Value

Double
The sum of the signed areas.
See Also