ClipperGetBounds(Paths64) Method |
Gets the bounds of integer paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Rect64 GetBounds(
Paths64 paths
)
Parameters
- paths Paths64
- The paths whose bounds are calculated.
Return Value
Rect64The bounds of the paths.
See Also