Click or drag to resize

ClipperGetBounds(Paths64) Method

Gets the bounds of integer paths.

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

Parameters

paths  Paths64
The paths whose bounds are calculated.

Return Value

Rect64
The bounds of the paths.
See Also