Click or drag to resize

Rectangular(Double, Double) Constructor

Initializes a new instance of the Rectangular class.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Rectangular(
	double size1,
	double size2
)

Parameters

size1  Double
The first rectangle size.
size2  Double
The second rectangle size.
See Also