Click or drag to resize

ClipperArea(Paths64) Method

Calculates the signed area of integer paths.

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

Parameters

paths  Paths64
The paths whose signed areas are calculated.

Return Value

Double
The sum of the signed areas.
See Also