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