IPolyClassIsClosed Method

Check the whether polygon is closed? This method is very slow, do use it carfully.

Definition

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

Return Value

Boolean
False if the polygon has gaps.

Implements

InterfacePolyClassIsClosed

See Also