Rect64(Rect64) Constructor |
Initializes a new instance of the
Rect64 struct from another rectangle.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Rect64(
Rect64 rec
)
Parameters
- rec Rect64
- The rectangle to copy.
See Also