Click or drag to resize

Rect64(Boolean) Constructor

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

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

Parameters

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