Click or drag to resize

InternalClipperGetBounds Method

Gets the bounding rectangle of a 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 bounding rectangle is to be calculated.

Return Value

Rect64
A Rect64 representing the bounding rectangle of the path.
See Also