Click or drag to resize

RectangleD2D(Double, Double, Double, Double) Constructor

Initializes a new instance of the RectangleD2D struct.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RectangleD2D(
	double x,
	double y,
	double width,
	double height
)

Parameters

x  Double
The x location (left).
y  Double
The y location (top).
width  Double
The width.
height  Double
The height.
See Also