IPolyClassAddOversize Method

Resulting Polygon will be a) CW if val greater than 0 b) CCW if val smaller than 0

Definition

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

Parameters

val  Double
 

Return Value

Boolean

Implements

InterfacePolyClassAddOversize(Double)

See Also