RectangleD(Double, Double, Double, Double) Constructor

New instance of RectangleD.

Definition

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

Parameters

X  Double
X value of rectangle.
Y  Double
Y value of rectangle.
Width  Double
Width of rectangle.
Height  Double
Height of rectangle.

See Also