IPolyClassGetArea Method

Calculate the area of this polygon.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public double GetArea(
	bool Flatten
)

Parameters

Flatten  Boolean
With flatten is slower, but more exactly.

Return Value

Double
Area of this in mils².

Implements

InterfacePolyClassGetArea(Boolean)

See Also