RectangleDInflate(RectangleD, Double, Double) Method

Inflate(Widen) a rectangle with X and Y.

Definition

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

Parameters

Rect  RectangleD
A given Rectangle to widen.
X  Double
widen value in Y direction.
Y  Double
Widen value in Y direction.

Return Value

RectangleD
A wided rectangle.

See Also