Click or drag to resize

ClipperArea Method

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

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static double Area(
	List<IntPoint> poly
)

Parameters

poly
Type: System.Collections.GenericListIntPoint

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

Return Value

Type: Double

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

See Also