Click or drag to resize

RectClipLines64Execute Method

Clips the specified open paths against the rectangle.

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

Parameters

paths  Paths64
The paths to clip.

Return Value

Paths64
The clipped paths.
See Also