ClipperArea(PathD) Method |
Calculates the signed area of a floating-point path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Area(
PathD path
)
Parameters
- path PathD
- The path whose signed area is calculated.
Return Value
DoubleThe signed area of
path.
See Also