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