InternalClipperGetBounds Method |
Gets the bounding rectangle of a path.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Rect64 GetBounds(
Path64 path
)
Parameters
- path Path64
- The path whose bounding rectangle is to be calculated.
Return Value
Rect64A
Rect64 representing the bounding rectangle of the path.
See Also