Click or drag to resize

Rect64(Rect64) Constructor

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

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

Parameters

rec  Rect64
The rectangle to copy.
See Also