ClipperGetBounds(PathsD) Method |
Gets the bounds of floating-point paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static RectD GetBounds(
PathsD paths
)
Parameters
- paths PathsD
- The paths whose bounds are calculated.
Return Value
RectDThe bounds of the paths.
See Also