RectD(Boolean) Constructor |
Initializes a new invalid or empty instance of the
RectD struct.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectD(
bool isValid
)
Parameters
- isValid Boolean
- to create a valid rectangle with zero size; to create an invalid rectangle.
See Also