Click or drag to resize

ClipperArea Method

[Missing <summary> documentation for "M:ClipperLib.Clipper.Area(System.Collections.Generic.List{ClipperLib.IntPoint})"]


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Area(
	List<IntPoint> poly
)

Parameters

poly  ListIntPoint

[Missing <param name="poly"/> documentation for "M:ClipperLib.Clipper.Area(System.Collections.Generic.List{ClipperLib.IntPoint})"]

Return Value

Double

[Missing <returns> documentation for "M:ClipperLib.Clipper.Area(System.Collections.Generic.List{ClipperLib.IntPoint})"]

See Also