Click or drag to resize

RectangleD2D(PointD2D, PointD2D) 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(
	PointD2D position,
	PointD2D size
)

Parameters

position  PointD2D
The position.
size  PointD2D
The size.
See Also