ClipperArea(Paths64) Method |
Calculates the signed area of integer paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Area(
Paths64 paths
)
Parameters
- paths Paths64
- The paths whose signed areas are calculated.
Return Value
DoubleThe sum of the signed areas.
See Also