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