Click or drag to resize

RectD(RectD) Constructor

Initializes a new instance of the RectD struct from another rectangle.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectD(
	RectD rec
)

Parameters

rec  RectD
The rectangle to copy.
See Also