Click or drag to resize

ClipperGetBounds(PathD) Method

Gets the bounds of a floating-point path.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static RectD GetBounds(
	PathD path
)

Parameters

path  PathD
The path whose bounds are calculated.

Return Value

RectD
The bounds of the path.
See Also