Click or drag to resize

RectD(Boolean) Constructor

Initializes a new invalid or empty instance of the RectD struct.

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

Parameters

isValid  Boolean
to create a valid rectangle with zero size; to create an invalid rectangle.
See Also