RectangleDInflate(Double, Double) Method

Make the rectangle bigger in all directions.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Inflate(
	double X,
	double Y
)

Parameters

X  Double
Widen value in X direction.
Y  Double
Widen value in Y direction.

See Also