Click or drag to resize

ClipperGetBounds(PathsD) Method

Gets the bounds of floating-point paths.

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

Parameters

paths  PathsD
The paths whose bounds are calculated.

Return Value

RectD
The bounds of the paths.
See Also