Click or drag to resize

ClipperGetBounds(Path64) Method

Gets the bounds of an integer path.

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

Parameters

path  Path64
The path whose bounds are calculated.

Return Value

Rect64
The bounds of the path.
See Also